]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toolbar.h
fix the incoherence pointed out by ifacecheck between wx docs, that documents usage...
[wxWidgets.git] / include / wx / msw / toolbar.h
index 217727881264eb07bbe0fe782f1b7eef5705d415..ce467dad50a33ca585244f0a457f157493fbb46c 100644 (file)
@@ -116,7 +116,9 @@ protected:
 
     // handlers for various events
     bool HandleSize(WXWPARAM wParam, WXLPARAM lParam);
+#ifndef __WXWINCE__
     bool HandlePaint(WXWPARAM wParam, WXLPARAM lParam);
+#endif // __WXWINCE__
     void HandleMouseMove(WXWPARAM wParam, WXLPARAM lParam);
 
     // should be called whenever the toolbar size changes