]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/listctrl.cpp
Added script to help make wxMotif via configure; nativdlg sample works again;
[wxWidgets.git] / src / motif / listctrl.cpp
index f82c2fdd293a10e3a381d29d85033ec4688a93d0..5bfc309eef948de098c59c5e60b023098c05aa7d 100644 (file)
@@ -13,8 +13,8 @@
 #pragma implementation "listctrl.h"
 #endif
 
-#include "wx/stubs/textctrl.h"
-#include "wx/stubs/listctrl.h"
+#include "wx/motif/textctrl.h"
+#include "wx/motif/listctrl.h"
 
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxListCtrl, wxControl)
@@ -266,7 +266,7 @@ bool wxListCtrl::SetItemData(long item, long data)
 }
 
 // Gets the item rectangle
-bool wxListCtrl::GetItemRect(long item, wxRectangle& rect, int code) const
+bool wxListCtrl::GetItemRect(long item, wxRect& rect, int code) const
 {
        // TODO
     return FALSE;