]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/tglbtn.h
avoid GCC warning about type-punned pointer breaking strict aliasing rules
[wxWidgets.git] / include / wx / motif / tglbtn.h
index c67edba376d026f62c86ff3187316c61390ba809..0fd827b953934f8621306bbf2d0f844a5dd883e3 100644 (file)
@@ -37,8 +37,12 @@ public:
                  long style = 0,
                  const wxValidator& val = wxDefaultValidator,
                  const wxString &name = wxCheckBoxNameStr );
+
+protected:
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+
 private:
-    DECLARE_DYNAMIC_CLASS(wxToggleButton);
+    DECLARE_DYNAMIC_CLASS(wxToggleButton)
 
     // common part of all constructors
     void Init()