]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/app.h
Blind bug fix to bug reported by Angel Kry.
[wxWidgets.git] / include / wx / motif / app.h
index 1007941b480931e8bf796228a13fce74301af0a1..c5a30c70fe7eda06ed058cf4e9c0a20f6ab74ba4 100644 (file)
@@ -57,7 +57,7 @@ public:
 
     virtual void Exit();
 
-    virtual bool Yield(bool onlyIfNeeded = FALSE);
+    virtual bool Yield(bool onlyIfNeeded = false);
     virtual void WakeUpIdle(); // implemented in motif/evtloop.cpp
     
     virtual bool OnInitGui();