]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/grid.h
(harmless) VC++ warning fixes
[wxWidgets.git] / include / wx / generic / grid.h
index b7da277f1355389d869ab629f69be687a855d581..e2f9693a2079892654fdd5776e8d5d9a66238c3e 100644 (file)
@@ -1150,11 +1150,11 @@ public:
     // and may be overridden by the user
     virtual void DrawCellHighlight( wxDC& dc, const wxGridCellAttr *attr );
 
-    void DrawRowLabels( wxDC& dc, const wxArrayInt& rows );
-    void DrawRowLabel( wxDC& dc, int row );
+    virtual void DrawRowLabels( wxDC& dc, const wxArrayInt& rows );
+    virtual void DrawRowLabel( wxDC& dc, int row );
 
-    void DrawColLabels( wxDC& dc, const wxArrayInt& cols );
-    void DrawColLabel( wxDC& dc, int col );
+    virtual void DrawColLabels( wxDC& dc, const wxArrayInt& cols );
+    virtual void DrawColLabel( wxDC& dc, int col );
 
 
     // ------ Cell text drawing functions