diff options
Diffstat (limited to 'src/VBox/Main/include/GuestSessionImpl.h')
-rw-r--r-- | src/VBox/Main/include/GuestSessionImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/Main/include/GuestSessionImpl.h b/src/VBox/Main/include/GuestSessionImpl.h index 186514ef4bb..89554fa44eb 100644 --- a/src/VBox/Main/include/GuestSessionImpl.h +++ b/src/VBox/Main/include/GuestSessionImpl.h @@ -211,15 +211,15 @@ private: const com::Utf8Str &aAcl, ULONG aMode); HRESULT processCreate(const com::Utf8Str &aCommand, - const com::Utf8Str &aCwd, const std::vector<com::Utf8Str> &aArguments, + const com::Utf8Str &aCwd, const std::vector<com::Utf8Str> &aEnvironment, const std::vector<ProcessCreateFlag_T> &aFlags, ULONG aTimeoutMS, ComPtr<IGuestProcess> &aGuestProcess); HRESULT processCreateEx(const com::Utf8Str &aCommand, - const com::Utf8Str &aCwd, const std::vector<com::Utf8Str> &aArguments, + const com::Utf8Str &aCwd, const std::vector<com::Utf8Str> &aEnvironment, const std::vector<ProcessCreateFlag_T> &aFlags, ULONG aTimeoutMS, |