diff options
Diffstat (limited to 'src/VBox/Main/src-client/GuestSessionImpl.cpp')
-rw-r--r-- | src/VBox/Main/src-client/GuestSessionImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Main/src-client/GuestSessionImpl.cpp b/src/VBox/Main/src-client/GuestSessionImpl.cpp index 31de6b105..433ac056b 100644 --- a/src/VBox/Main/src-client/GuestSessionImpl.cpp +++ b/src/VBox/Main/src-client/GuestSessionImpl.cpp @@ -211,7 +211,7 @@ int GuestSession::init(Guest *pGuest, const GuestSessionStartupInfo &ssInfo, rc = VERR_NO_MEMORY; else { - hr = mEventSource->init(static_cast<IGuestSession*>(this)); + hr = mEventSource->init(); if (FAILED(hr)) rc = VERR_COM_UNEXPECTED; } |