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:
David Webster
2003-01-20 21:22:43 +00:00
parent cba5a276e4
commit dc259b7926
6 changed files with 213 additions and 213 deletions

View File

@@ -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