Apply parts of patch #1719888 to fix compilation on Mac and with

monolithic builds


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-05-16 23:12:40 +00:00
parent d6cb12871f
commit f6342fb5e6
3 changed files with 11 additions and 1 deletions

View File

@@ -54,7 +54,6 @@ public:
virtual bool Pending() const;
virtual bool Dispatch();
protected:
// implement base class pure virtual
virtual void WakeUp();
};