From cceffa9e86569facf9dd06d98e88960432139d13 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 12 Jul 2012 20:50:31 +0000 Subject: [PATCH] Interface fix for Phoenix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/toplevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.0