From 2ccf68ce7c9fc6ff8f5e539e94f8103dfcae7896 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 12 Nov 1999 02:21:17 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/tbarbase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/tbarbase.cpp b/src/common/tbarbase.cpp index a11a22d3a2..0ddb230f4b 100644 --- a/src/common/tbarbase.cpp +++ b/src/common/tbarbase.cpp @@ -92,7 +92,7 @@ wxToolBarTool::wxToolBarTool(int theIndex, m_longHelpString = helpS2; } -wxToolBarTool::wxToolBarTool(int index, wxControl *control) +wxToolBarTool::wxToolBarTool(wxControl *control) { m_toolStyle = wxTOOL_STYLE_CONTROL; m_control = control;