]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statusbr.h
Last part from weak ref patch for event sink disconnection
[wxWidgets.git] / include / wx / statusbr.h
index 1a136a0c62fb95a028daffe3db8410bbca94e6f1..be584f3c8948c9501c4040e86f70162aecd385f9 100644 (file)
@@ -97,10 +97,11 @@ public:
     // don't want status bars to accept the focus at all
     virtual bool AcceptsFocus() const { return false; }
 
-    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
     virtual bool CanBeOutsideClientArea() const { return true; }
 
 protected:
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+
     // set the widths array to NULL
     void InitWidths();