diff --git a/src/string_editor_window.cpp b/src/string_editor_window.cpp index d90575793723..4d395e432161 100644 --- a/src/string_editor_window.cpp +++ b/src/string_editor_window.cpp @@ -363,7 +363,7 @@ std::pair string_editor_window::query_string() #if defined(__ANDROID__) on_out_of_scope stop_text_input( []() { if( get_option( "ANDROID_AUTO_KEYBOARD" ) ) { - StopTextInput(); + SDL_StopTextInput(); } } ); #endif