X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34138703c3997ce676a1e713d9ff9eb020640da7..585266618c27ac77a5e5316c03e06ffc514715c9:/src/stubs/listctrl.cpp diff --git a/src/stubs/listctrl.cpp b/src/stubs/listctrl.cpp index 0f4ed673a5..2c11981bf2 100644 --- a/src/stubs/listctrl.cpp +++ b/src/stubs/listctrl.cpp @@ -16,11 +16,9 @@ #include "wx/stubs/textctrl.h" #include "wx/stubs/listctrl.h" -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxListCtrl, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxListItem, wxObject) -#endif wxListCtrl::wxListCtrl() { @@ -266,7 +264,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;