]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/vlbox.h
fix monodll build
[wxWidgets.git] / include / wx / vlbox.h
index 5e09100e7fb83345b7318eeb37a7990d03363046..276076ece7e6e3f280e3a24a4b8abd9215d34ac2 100644 (file)
@@ -130,7 +130,7 @@ public:
     // set the number of items to be shown in the control
     //
     // this is just a synonym for wxVScrolledWindow::SetLineCount()
-    void SetItemCount(size_t count);
+    virtual void SetItemCount(size_t count);
 
     // delete all items from the control
     void Clear() { SetItemCount(0); }