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
This commit is contained in:
@@ -259,7 +259,7 @@ private:
|
||||
// the wxHtmlWinParser object
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
class WXDLLIMPEXP_HTML wxHtmlStyleParams;
|
||||
class WXDLLIMPEXP_FWD_HTML wxHtmlStyleParams;
|
||||
|
||||
class WXDLLIMPEXP_HTML wxHtmlWinTagHandler : public wxHtmlTagHandler
|
||||
{
|
||||
|
Reference in New Issue
Block a user