]> git.saurik.com Git - wxWidgets.git/commitdiff
put in some reserved funcs
authorRyan Norton <wxprojects@comcast.net>
Sun, 17 Apr 2005 16:42:17 +0000 (16:42 +0000)
committerRyan Norton <wxprojects@comcast.net>
Sun, 17 Apr 2005 16:42:17 +0000 (16:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mediactrl.h

index 3791a7e26b68989465de540509bf36884a199df3..f8458d3d251da11a90c6ef4c3c15cc3bbae91196 100644 (file)
@@ -270,6 +270,16 @@ public:
     virtual wxMediaState GetState()
     {   return wxMEDIASTATE_STOPPED;    }
 
+    virtual void RESERVED1() {}
+    virtual void RESERVED2() {}
+    virtual void RESERVED3() {}
+    virtual void RESERVED4() {}
+    virtual void RESERVED5() {}
+    virtual void RESERVED6() {}
+    virtual void RESERVED7() {}
+    virtual void RESERVED8() {}
+    virtual void RESERVED9() {}
+
     DECLARE_DYNAMIC_CLASS(wxMediaBackend)
 };