]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/app.h
compilation warning (and possible bug) fix
[wxWidgets.git] / include / wx / msw / app.h
index dad32116b98f0e15d81a9d3902f18d28438fb23e..e361fa3ca8d6c2f627747ec35e908b0dd51294a6 100644 (file)
@@ -41,6 +41,7 @@ public:
     virtual bool Initialized();
     virtual bool Pending();
     virtual void Dispatch();
+    virtual bool Yield(bool onlyIfNeeded = FALSE);
 
     virtual wxIcon GetStdIcon(int which) const;