From: Robin Dunn Date: Thu, 12 Jul 2012 20:50:31 +0000 (+0000) Subject: Interface fix for Phoenix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cceffa9e86569facf9dd06d98e88960432139d13?ds=inline Interface fix for Phoenix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/toplevel.h b/interface/wx/toplevel.h index d73afcbcbe..a25830c1ee 100644 --- a/interface/wx/toplevel.h +++ b/interface/wx/toplevel.h @@ -125,7 +125,7 @@ public: /** A synonym for CentreOnScreen(). */ - void CenterOnScreen(int direction); + void CenterOnScreen(int direction = wxBOTH); /** Centres the window on screen.