X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1bc693a9ca31e2fb5da145c741a3a3eb0796e6f5..2e2e1bb254efcdd67241dfebc3bfd6476ff16b69:/interface/wx/aui/auibook.h diff --git a/interface/wx/aui/auibook.h b/interface/wx/aui/auibook.h index ab151ff49b..0d0eb54140 100644 --- a/interface/wx/aui/auibook.h +++ b/interface/wx/aui/auibook.h @@ -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); //@} /**