]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statline.h
Compilation fix.
[wxWidgets.git] / include / wx / statline.h
index b1046d6d5e72017957c60d1655c51eeafdbacced..87115f6f138e19f0d8ca285e6e24c238d13276b4 100644 (file)
@@ -50,6 +50,9 @@ public:
     virtual bool AcceptsFocus() const { return false; }
 
 protected:
+    // choose the default border for this window
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+
     // set the right size for the right dimension
     wxSize AdjustSize(const wxSize& size) const
     {