From: Stefan Csomor Date: Mon, 19 Apr 2010 13:36:27 +0000 (+0000) Subject: missing return value X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/48159545debbb60f2244ba49c0cb70eed6734523 missing return value git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/window_osx.cpp b/src/osx/window_osx.cpp index 9625a70906..53fb99f7f1 100644 --- a/src/osx/window_osx.cpp +++ b/src/osx/window_osx.cpp @@ -139,6 +139,7 @@ public: // so that non-solid background renders correctly under GTK+: SetThemeEnabled(true); + return true; } virtual ~wxBlindPlateWindow();