X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f71e657f32c352ce11d05902bbd60f428249687..d642db66a5efc82d374b813022c72ba88bc50839:/include/wx/gtk/toplevel.h diff --git a/include/wx/gtk/toplevel.h b/include/wx/gtk/toplevel.h index 1b69ba287b..768f2e14f5 100644 --- a/include/wx/gtk/toplevel.h +++ b/include/wx/gtk/toplevel.h @@ -128,9 +128,6 @@ protected: virtual void DoSetSizeHints( int minW, int minH, int maxW, int maxH, int incW, int incH); - // common part of all ctors - void Init(); - // move the window to the specified location and resize it virtual void DoMoveWindow(int x, int y, int width, int height); @@ -148,6 +145,7 @@ protected: bool m_deferShow; private: + void Init(); wxSize& GetCachedDecorSize(); // size hint increments