diff options
author | Jim Carroll <thecarrolls@jiminger.com> | 2011-02-21 22:44:32 -0500 |
---|---|---|
committer | Jim Carroll <thecarrolls@jiminger.com> | 2011-02-22 07:38:44 -0500 |
commit | 9254ca601ebfc6141ecd189ba0bc169f847a07af (patch) | |
tree | 8afadee0ad93ba35ec194484de1c05535bc3177a | |
parent | a99cc0a1217aa856fb45030c729a296d6a5a09f0 (diff) |
forgot a ';' on the Win32 GL build.
-rw-r--r-- | xbmc/windowing/windows/WinSystemWin32GL.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/windowing/windows/WinSystemWin32GL.h b/xbmc/windowing/windows/WinSystemWin32GL.h index ce23dd180a..e13251a586 100644 --- a/xbmc/windowing/windows/WinSystemWin32GL.h +++ b/xbmc/windowing/windows/WinSystemWin32GL.h @@ -51,7 +51,7 @@ protected: #ifdef HAS_GL -XBMC_GLOBAL_REF(CWinSystemWin32GL,g_Windowing) +XBMC_GLOBAL_REF(CWinSystemWin32GL,g_Windowing); #define g_Windowing XBMC_GLOBAL_USE(CWinSystemWin32GL) #endif |