diff --git a/src/mac/carbon/drawer.cpp b/src/mac/carbon/drawer.cpp index 2c02dd4260..4adb28e239 100644 --- a/src/mac/carbon/drawer.cpp +++ b/src/mac/carbon/drawer.cpp @@ -72,7 +72,7 @@ bool wxDrawerWindow::Create(wxWindow *parent, bool success = wxWindow::Create(parent, id, pos, dummySize, style, name); if (success) { - this->MacCreateRealWindow(title, pos, size, style, name); + this->MacCreateRealWindow(pos, size, style, name); success = (m_macWindow != NULL); }