Interface fix for Phoenix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-07-12 20:50:31 +00:00
parent 3c03599e71
commit cceffa9e86

View File

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