summaryrefslogtreecommitdiff
path: root/include/comphelper/windowsStart.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/windowsStart.hxx')
-rw-r--r--include/comphelper/windowsStart.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/windowsStart.hxx b/include/comphelper/windowsStart.hxx
index 90e1ff1bb0da..a727733d92a3 100644
--- a/include/comphelper/windowsStart.hxx
+++ b/include/comphelper/windowsStart.hxx
@@ -22,6 +22,6 @@ WinLaunchChild(const wchar_t *exePath, int argc,
wchar_t **argv, HANDLE userToken = nullptr,
HANDLE *hProcess = nullptr);
-wchar_t* MakeCommandLine(int argc, WCHAR **argv);
+wchar_t* MakeCommandLine(int argc, wchar_t **argv);
#endif