diff options
Diffstat (limited to 'src/VBox/Main/src-client/GuestProcessImpl.cpp')
-rw-r--r-- | src/VBox/Main/src-client/GuestProcessImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Main/src-client/GuestProcessImpl.cpp b/src/VBox/Main/src-client/GuestProcessImpl.cpp index cfd2d1dcd..4ccf1e44d 100644 --- a/src/VBox/Main/src-client/GuestProcessImpl.cpp +++ b/src/VBox/Main/src-client/GuestProcessImpl.cpp @@ -188,7 +188,7 @@ int GuestProcess::init(Console *aConsole, GuestSession *aSession, vrc = VERR_NO_MEMORY; else { - hr = mEventSource->init(static_cast<IGuestProcess*>(this)); + hr = mEventSource->init(); if (FAILED(hr)) vrc = VERR_COM_UNEXPECTED; } |