]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/notebook.h
don't process VK_OEM_XXX key presses
[wxWidgets.git] / include / wx / notebook.h
index ac8e96546692eb883bad8a10b082cb2e436fb1d2..0a05ec91203e4cf2dac383f7d6df50c6d5d76806 100644 (file)
@@ -155,7 +155,7 @@ public:
 
 protected:
     // remove the page and return a pointer to it
-    virtual wxNotebookPage *DoRemovePage(int page) = 0;
+    virtual wxNotebookPage *DoRemovePage(int page);
 
     // common part of all ctors
     void Init();