added missing return value

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2012-07-07 13:07:23 +00:00
parent 7d6a4d9696
commit 074d54bcf5
2 changed files with 2 additions and 0 deletions

View File

@@ -674,6 +674,7 @@ bool wxUITextFieldControl::SetHint(const wxString& hint)
{
wxCFStringRef hintstring(hint);
[m_textField setPlaceholder:hintstring.AsNSString()];
return true;
}
#endif

View File

@@ -249,6 +249,7 @@ bool wxToolBar::Create(
SetPeer(new wxWidgetIPhoneImpl( this, toolbar ));
MacPostControlCreate(pos, size) ;
return true;
}
wxToolBar::~wxToolBar()