]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/aui/auibook.h
Adding docs for new wx interface methods.
[wxWidgets.git] / interface / wx / aui / auibook.h
index ab151ff49b802c4ed32878faefef6adb21acad40..0d0eb541400883545db6bea7f75f3068e5bea9ac 100644 (file)
@@ -248,8 +248,8 @@ public:
         The @a direction argument specifies where the pane should go, it should be one
         of the following: wxTOP, wxBOTTOM, wxLEFT, or wxRIGHT.
     */
-    void SetUniformBitmapSize(const wxSize& size);
-    void Split(size_t page, int direction);
+    virtual void SetUniformBitmapSize(const wxSize& size);
+    virtual void Split(size_t page, int direction);
     //@}
 
     /**