X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a3bf7524f394af039efe196a186f7969cbabcc19..cf0cf17b0058bca4f7144b474a906d73b4fd06ef:/include/wx/mgl/window.h 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();