]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbox.h
missing newline at the end of file added
[wxWidgets.git] / include / wx / msw / statbox.h
index ed02305c74c8699390a20f93b986a94862a93416..361fc3608f7b3def97baf8155f975d531fbdb21d 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "wx/control.h"
 
-WXDLLEXPORT_DATA(extern const char*) wxStaticBoxNameStr;
+WXDLLEXPORT_DATA(extern const wxChar*) wxStaticBoxNameStr;
 
 // Group box
 class WXDLLEXPORT wxStaticBox : public wxControl
@@ -45,9 +45,6 @@ public:
         long style = 0,
         const wxString& name = wxStaticBoxNameStr);
     
-    virtual void Command(wxCommandEvent& WXUNUSED(event)) { }
-    virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) { }
-    
     void OnEraseBackground(wxEraseEvent& event);
     
     virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);