aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelupus <elupus@svn>2010-12-19 17:18:50 +0000
committerelupus <elupus@svn>2010-12-19 17:18:50 +0000
commit48eb875b4cd2a927b057505a8d00b0fb77833284 (patch)
treeaf5dbf3869fca3b4189070dec026def934138c33
parent8dcd0f59ad8773cfef17f7c350b43fb7d3ea7c43 (diff)
cosmetic: missmatch between struct and class
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35656 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r--xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodec.h b/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodec.h
index 5f6b205c6b..1c29056806 100644
--- a/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodec.h
+++ b/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodec.h
@@ -33,7 +33,7 @@
#define FRAME_TYPE_D 4
namespace DXVA { class CProcessor; }
-namespace VAAPI { class CHolder; }
+namespace VAAPI { struct CHolder; }
class CVDPAU;
// should be entirely filled by all codecs