]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/vlbox.h
automated ifacecheck fixes
[wxWidgets.git] / interface / wx / vlbox.h
index 2a9ddd99266c447ac6a79cb022c5297d904b1aa0..e1f9ee59042eb257868d5618c179617ea1e52b91 100644 (file)
@@ -327,12 +327,12 @@ protected:
 
         @todo Change this function signature to non-const.
     */
-    virtual void OnDrawItem(wxDC& dc, const wxRect& rect, size_t n) const;
+    virtual void OnDrawItem(wxDC& dc, const wxRect& rect, size_t n) const = 0;
 
     /**
         The derived class must implement this method to return the height of
         the specified item (in pixels).
     */
-    virtual wxCoord OnMeasureItem(size_t n) const;
+    virtual wxCoord OnMeasureItem(size_t n) const = 0;
 };