wxUniv compilation fixes after wxTextEntry::DoGetValue() change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -819,7 +819,7 @@ size_t wxTextCtrl::GetLineCount() const
|
||||
return MData().m_lines.GetCount();
|
||||
}
|
||||
|
||||
wxString wxTextCtrl::GetValue() const
|
||||
wxString wxTextCtrl::DoGetValue() const
|
||||
{
|
||||
// for multiline controls we don't always store the total value but only
|
||||
// recompute it when asked - and to invalidate it we just empty it in
|
||||
|
Reference in New Issue
Block a user