summaryrefslogtreecommitdiff
path: root/platform/windows/os_windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/windows/os_windows.h')
-rw-r--r--platform/windows/os_windows.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/windows/os_windows.h b/platform/windows/os_windows.h
index 480a9faa87..43c818471a 100644
--- a/platform/windows/os_windows.h
+++ b/platform/windows/os_windows.h
@@ -99,6 +99,8 @@ protected:
virtual void finalize_core();
virtual String get_stdin_string(bool p_block);
+ String _quote_command_line_argument(const String &p_text) const;
+
struct ProcessInfo {
STARTUPINFO si;
PROCESS_INFORMATION pi;