]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/tglbtn.h
Fix compilation in !wxUSE_LOG_DEBUG && !HAVE_VARIADIC_MACROS case.
[wxWidgets.git] / include / wx / univ / tglbtn.h
index 35d3667e0e21b718febab2c654b5efdd13187495..07b310cf30e110e45944d0206e94875d06c98665 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        wx/univ/button.h
+// Name:        wx/univ/tglbtn.h
 // Purpose:     wxToggleButton for wxUniversal
 // Author:      Vadim Zeitlin
 // Modified by: David Bjorkevik
@@ -14,8 +14,6 @@
 
 #include "wx/button.h"
 
-extern WXDLLEXPORT_DATA(const char) wxCheckBoxNameStr[];
-
 // ----------------------------------------------------------------------------
 // wxToggleButton: a push button
 // ----------------------------------------------------------------------------
@@ -57,6 +55,8 @@ public:
     bool GetValue() const { return m_value; }
 
 protected:
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+
     // the current value
     bool m_value;