From 5433c25fc2acffb5903e9cc813e5d60679383472 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 21 May 2007 19:21:50 +0000 Subject: [PATCH] no message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/toplevel.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/mac/carbon/toplevel.h b/include/wx/mac/carbon/toplevel.h index b50b7160b6..9aa6384f1d 100644 --- a/include/wx/mac/carbon/toplevel.h +++ b/include/wx/mac/carbon/toplevel.h @@ -118,6 +118,7 @@ protected: virtual void DoGetSize( int *width, int *height ) const; virtual void DoMoveWindow(int x, int y, int width, int height); virtual void DoGetClientSize(int *width, int *height) const; + virtual void DoCentre(int dir); // is the frame currently iconized? bool m_iconized;