]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/statbox.h
Fixed typo.
[wxWidgets.git] / include / wx / osx / statbox.h
index b7b86b08a99707630ccdc50547a28ce6ad6ad959..429cc1fd9d3a04d895517dac400d1da78caf84d1 100644 (file)
@@ -14,8 +14,6 @@
 
 #include "wx/control.h"
 
 
 #include "wx/control.h"
 
-WXDLLIMPEXP_DATA_CORE(extern const char) wxStaticBoxNameStr[];
-
 // Group box
 class WXDLLIMPEXP_CORE wxStaticBox: public wxControl
 {
 // Group box
 class WXDLLIMPEXP_CORE wxStaticBox: public wxControl
 {
@@ -44,7 +42,7 @@ class WXDLLIMPEXP_CORE wxStaticBox: public wxControl
     virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {};
 
     virtual void GetBordersForSizer(int *borderTop, int *borderOther) const;
     virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {};
 
     virtual void GetBordersForSizer(int *borderTop, int *borderOther) const;
-    
+
     virtual bool AcceptsFocus() const { return false; }
 
     // protect native font of box
     virtual bool AcceptsFocus() const { return false; }
 
     // protect native font of box