compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user