]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing missing return value
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 1 Dec 2010 07:42:13 +0000 (07:42 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 1 Dec 2010 07:42:13 +0000 (07:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/core/private.h

index ba2d659c20f09eb97a247bc7231474623c086511..d56484f7c57dca8bbe56f47a8d27bc19bb38866a 100644 (file)
@@ -151,7 +151,7 @@ public :
                        wxMenu *pSubMenu );
     
     // handle OS specific menu items if they weren't handled during normal processing
-    virtual bool DoDefault() {} ;
+    virtual bool DoDefault() { return false; }
 protected :
     wxMenuItem* m_peer;