From 4ec80a5966b9703038053d6e3668451e779db8e7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 12 Apr 2008 15:12:02 +0000 Subject: [PATCH] forward declare wxVideoMode as struct, not class, now that it was reverted to be struct again git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/app.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/app.h b/include/wx/app.h index f19a633abe..553a29aa5c 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -31,7 +31,7 @@ class WXDLLIMPEXP_FWD_BASE wxLog; class WXDLLIMPEXP_FWD_BASE wxMessageOutput; #if wxUSE_GUI - class WXDLLIMPEXP_FWD_CORE wxVideoMode; + struct WXDLLIMPEXP_FWD_CORE wxVideoMode; #endif // ---------------------------------------------------------------------------- -- 2.45.2