]> git.saurik.com Git - wxWidgets.git/commitdiff
Interface fix for Phoenix.
authorRobin Dunn <robin@alldunn.com>
Thu, 12 Jul 2012 20:50:31 +0000 (20:50 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 12 Jul 2012 20:50:31 +0000 (20:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/toplevel.h

index d73afcbcbe33dff6254d2e3c66198325ea35aa6d..a25830c1ee0a8edaa42008af2b08147938bc95c7 100644 (file)
@@ -125,7 +125,7 @@ public:
     /**
         A synonym for CentreOnScreen().
     */
-    void CenterOnScreen(int direction);
+    void CenterOnScreen(int direction = wxBOTH);
 
     /**
         Centres the window on screen.