]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tglbtn.h
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / include / wx / msw / tglbtn.h
index 02650d58ed7da9cfe0a277da1c8f614e99a81827..8680717340d0c00a9deae7352d7136ef604523e1 100644 (file)
@@ -52,8 +52,8 @@ public:
     virtual bool CanApplyThemeBorder() const { return false; }
 
 protected:
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
     virtual wxSize DoGetBestSize() const;
-    virtual wxBorder GetDefaultBorder() const;
 
 private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxToggleButton)