compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-10-01 11:29:11 +00:00
parent 7bce84396e
commit baa637de7d

View File

@@ -66,7 +66,7 @@
wxDEFAULT_FRAME_STYLE | wxFRAME_NO_TASKBAR |
wxSIMPLE_BORDER | wxFRAME_SHAPED) {}
static bool IsProtocolSupported() const { return false; }
static bool IsProtocolSupported() { return false; }
};
#endif