]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/propdlg.h
Corrected library association
[wxWidgets.git] / interface / wx / propdlg.h
index 37fb44f58623293dbf9905e0519d79aff5b3c0ed..37df727d2fae82c8a75dc5991234badc6fbd52fb 100644 (file)
@@ -149,7 +149,7 @@ public:
 
         @note On PocketPC, no buttons are created.
     */
-    void CreateButtons(int flags = wxOK|wxCANCEL);
+    virtual void CreateButtons(int flags = wxOK|wxCANCEL);
 
     /**
         Returns the book control that will contain your settings pages.