From 754afd10618030a4701385ade5457c4e6426a823 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 26 Nov 2012 13:13:47 +0000 Subject: [PATCH] Fix warnings about using type attribute on forward declaration. This results in many, many warnings in OS X build. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/winpars.h | 2 +- include/wx/osx/core/evtloop.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/html/winpars.h b/include/wx/html/winpars.h index f634481287..3347e4e369 100644 --- a/include/wx/html/winpars.h +++ b/include/wx/html/winpars.h @@ -259,7 +259,7 @@ private: // the wxHtmlWinParser object //----------------------------------------------------------------------------- -class WXDLLIMPEXP_HTML wxHtmlStyleParams; +class WXDLLIMPEXP_FWD_HTML wxHtmlStyleParams; class WXDLLIMPEXP_HTML wxHtmlWinTagHandler : public wxHtmlTagHandler { diff --git a/include/wx/osx/core/evtloop.h b/include/wx/osx/core/evtloop.h index 79e7f2d9ba..cae3c8e78f 100644 --- a/include/wx/osx/core/evtloop.h +++ b/include/wx/osx/core/evtloop.h @@ -15,7 +15,7 @@ DECLARE_WXOSX_OPAQUE_CFREF( CFRunLoop ); DECLARE_WXOSX_OPAQUE_CFREF( CFRunLoopObserver ); -class WXDLLIMPEXP_BASE wxCFEventLoopPauseIdleEvents; +class WXDLLIMPEXP_FWD_BASE wxCFEventLoopPauseIdleEvents; class WXDLLIMPEXP_BASE wxCFEventLoop : public wxEventLoopBase { -- 2.45.2