]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/tglbtn.h
remove default wxDC ctor to make it impossible to construct DCs without the associate...
[wxWidgets.git] / include / wx / univ / tglbtn.h
index 35d3667e0e21b718febab2c654b5efdd13187495..8f78e3a7b86097753b639e6716383e92a3ebc5dd 100644 (file)
@@ -57,6 +57,8 @@ public:
     bool GetValue() const { return m_value; }
 
 protected:
     bool GetValue() const { return m_value; }
 
 protected:
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+
     // the current value
     bool m_value;
 
     // the current value
     bool m_value;