]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/drawer.cpp
implement wxLIST_AUTOSIZE support in wxMac's wxListCtrl
[wxWidgets.git] / src / mac / carbon / drawer.cpp
index 2c02dd42601c54db84d1f35a3d0e5b11a2d89027..4adb28e239137c342cb0562cd164bf27ffeea377 100644 (file)
@@ -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);
     }