]> git.saurik.com Git - wxWidgets.git/commitdiff
wxMGL compilation fixes
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 18 Sep 2003 10:55:44 +0000 (10:55 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 18 Sep 2003 10:55:44 +0000 (10:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mgl/window.h

index f465825db5bef3f29cbcef525a3b57d868e0a8b3..7758b50e97629e172df14e3339f90603e1bed38d 100644 (file)
@@ -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();