]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tbarmsw.cpp
New Visualage C++ Version 4.0 Project Configuration files
[wxWidgets.git] / src / msw / tbarmsw.cpp
index e7ab1de5c87d69df24b349dd1bf6164f9a55ef9f..50410b00f8f93d54c3c87b174fa814f49efd90b1 100644 (file)
@@ -747,8 +747,11 @@ void wxToolBar::DrawBlankButton(WXHDC hdc, int x, int y, int dx, int dy, int sta
     }
 }
 
-void wxToolBar::DrawButton(WXHDC hdc, int x, int y, int dx, int dy, wxToolBarTool *tool, int state)
+void wxToolBar::DrawButton(WXHDC hdc, int x, int y, int dx, int dy,
+                           wxToolBarToolBase *toolBase, int state)
 {
+    wxToolBarTool *tool = (wxToolBarTool *)toolBase;
+
     int yOffset;
     HBRUSH hbrOld, hbr;
     BOOL bMaskCreated = FALSE;