]> git.saurik.com Git - wxWidgets.git/commitdiff
missing return value
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 19 Apr 2010 13:36:27 +0000 (13:36 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 19 Apr 2010 13:36:27 +0000 (13:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/window_osx.cpp

index 9625a709065053750e504abf5bc651107e92b558..53fb99f7f1b61314cddbba7825f2c7d78adc4c58 100644 (file)
@@ -139,6 +139,7 @@ public:
         
         // so that non-solid background renders correctly under GTK+:
         SetThemeEnabled(true);
+        return true;
     }
     
     virtual ~wxBlindPlateWindow();