]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlcell.h
Make wxJoystick::GetNumberJoystick a static method, as the number of
[wxWidgets.git] / include / wx / html / htmlcell.h
index d1570257cb98072fc4e7a3c34de18a8391eceaa3..f06788d65bb499b3e9a6ecb484eec92af38ac5e1 100644 (file)
@@ -427,7 +427,7 @@ public:
 
     // Removes indentation on top or bottom of the container (i.e. above or
     // below first/last terminal cell). For internal use only.
-    void RemoveExtraSpacing(bool top, bool bottom);
+    virtual void RemoveExtraSpacing(bool top, bool bottom);
 
     // Returns the maximum possible length of the container.
     // Call Layout at least once before using GetMaxTotalWidth()