From 8b0f8432d72fc44aa7247ab1c19c04103323feea Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 18 Sep 2003 10:55:44 +0000 Subject: [PATCH] wxMGL compilation fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mgl/window.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/mgl/window.h b/include/wx/mgl/window.h index f465825db5..7758b50e97 100644 --- a/include/wx/mgl/window.h +++ b/include/wx/mgl/window.h @@ -95,6 +95,8 @@ public: // implementation from now on // -------------------------- + + void OnInternalIdle(); protected: // the window handle @@ -125,8 +127,6 @@ protected: // themselves inside the given rectangle virtual void DoMoveWindow(int x, int y, int width, int height); - void OnInternalIdle(); - private: // common part of all ctors void Init(); -- 2.50.0