]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/iphone/textctrl.mm
Add missing WXK constants for the control keys
[wxWidgets.git] / src / osx / iphone / textctrl.mm
index d8f65b39a719dc86d920ab4bb7100dd171f2c6c6..ab3baf12f2edcb28dba7b5813d2df6d5f9cf211b 100644 (file)
@@ -674,6 +674,7 @@ bool wxUITextFieldControl::SetHint(const wxString& hint)
 {
     wxCFStringRef hintstring(hint);
     [m_textField setPlaceholder:hintstring.AsNSString()];
+    return true;
 }
 
 #endif