]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tbar95.h
regrouped the fix by VZ so that __MWERKS__ comes first, since CW also defines _MSC_VE...
[wxWidgets.git] / include / wx / msw / tbar95.h
index 756b3f371c58bd268b19135855d71e8eb9a462a9..3a20875d47176cee3678274c0e8ef568c74c99fb 100644 (file)
@@ -44,11 +44,9 @@ class WXDLLEXPORT wxToolBar95: public wxToolBarBase
             const wxString& name = wxToolBarNameStr);
 
   // Call default behaviour
-/*
   void OnPaint(wxPaintEvent& event) { Default() ; }
   void OnSize(wxSizeEvent& event) { Default() ; }
   void OnKillFocus(wxFocusEvent& event) { Default() ; }
-*/
   void OnMouseEvent(wxMouseEvent& event);
 
   // Handle wxToolBar95 events