]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/grid.h
compilation fix for raw bitmaps (can't include wx/rawbmp.h from wx/bitmap.h as the...
[wxWidgets.git] / include / wx / generic / grid.h
index c826e2b499ce26af0291a674da367cbb98833161..22096fc6e1c9aab8948837c25868336de2ca3903 100644 (file)
@@ -1561,6 +1561,10 @@ public:
     }
 
 
+    // override some base class functions
+    virtual bool Enable(bool enable = true);
+
+
     // ------ For compatibility with previous wxGrid only...
     //
     //  ************************************************