X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3ad397447579168fc51647eb4284dafc2285e97..7456fe19dd428727bd922b11c9f3192670393cca:/src/generic/srchctlg.cpp diff --git a/src/generic/srchctlg.cpp b/src/generic/srchctlg.cpp index fd18cb07ea..e520c7dd24 100644 --- a/src/generic/srchctlg.cpp +++ b/src/generic/srchctlg.cpp @@ -811,7 +811,7 @@ long wxSearchCtrl::GetInsertionPoint() const { return m_text->GetInsertionPoint(); } -wxTextPos wxSearchCtrl::GetLastPosition() const +long wxSearchCtrl::GetLastPosition() const { return m_text->GetLastPosition(); }