diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-03-27 09:02:15 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-03-27 11:30:37 +0100 |
commit | b07a990e51f9bef637cfdcb31b904c223d7ce738 (patch) | |
tree | 8d326b1ad8ae85349e3b55fed5daa00a14abaaf1 /include/comphelper | |
parent | 89a95f5fa5a2e10d2c67d33270fa31404df33fd5 (diff) |
loplugin:typedefparam (clang-cl)
Change-Id: I07604028845c49cc084927e21db7f21c5d053bab
Reviewed-on: https://gerrit.libreoffice.org/69796
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/comphelper')
-rw-r--r-- | include/comphelper/windowsStart.hxx | 2 |
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 |