TRUE not true, FALSE not false
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -223,7 +223,7 @@ public:
|
||||
|
||||
|
||||
// this method exists for backwards compatibility only, don't use
|
||||
bool HasPendingMessages() const { return true; }
|
||||
bool HasPendingMessages() const { return TRUE; }
|
||||
|
||||
protected:
|
||||
// the logging functions that can be overriden
|
||||
|
Reference in New Issue
Block a user