diff --git a/interface/wx/uiaction.h b/interface/wx/uiaction.h index 27b3aaf2c2..7d4eba5253 100644 --- a/interface/wx/uiaction.h +++ b/interface/wx/uiaction.h @@ -176,8 +176,8 @@ public: keyboard layout but may not work with other layouts. @param text - The string to type. + The string, containing only US ASCII characters, to type. */ - bool Text(const wxString& text); + bool Text(const char* text); };