]> git.saurik.com Git - wxWidgets.git/commitdiff
wxVideoMode is a class not a struct
authorRobin Dunn <robin@alldunn.com>
Mon, 7 Apr 2008 18:53:16 +0000 (18:53 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 7 Apr 2008 18:53:16 +0000 (18:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/app.h

index 553a29aa5c2cb2b98ad429f4a57811b5c04b4545..f19a633abebf660db6bbf56ee06e67c351c7bda3 100644 (file)
@@ -31,7 +31,7 @@ class WXDLLIMPEXP_FWD_BASE wxLog;
 class WXDLLIMPEXP_FWD_BASE wxMessageOutput;
 
 #if wxUSE_GUI
 class WXDLLIMPEXP_FWD_BASE wxMessageOutput;
 
 #if wxUSE_GUI
-    struct WXDLLIMPEXP_FWD_CORE wxVideoMode;
+    class WXDLLIMPEXP_FWD_CORE wxVideoMode;
 #endif
 
 // ----------------------------------------------------------------------------
 #endif
 
 // ----------------------------------------------------------------------------