diff options
Diffstat (limited to 'src/VBox/Main/include/VirtualBoxCallbackImpl.h')
-rw-r--r-- | src/VBox/Main/include/VirtualBoxCallbackImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Main/include/VirtualBoxCallbackImpl.h b/src/VBox/Main/include/VirtualBoxCallbackImpl.h index b96faf8c1..9955c5b3c 100644 --- a/src/VBox/Main/include/VirtualBoxCallbackImpl.h +++ b/src/VBox/Main/include/VirtualBoxCallbackImpl.h @@ -73,7 +73,7 @@ public: // IConsoleCallback STDMETHOD(OnMousePointerShapeChange)(BOOL visible, BOOL alpha, ULONG xHot, ULONG yHot, - ULONG width, ULONG height, BYTE *shape); + ULONG width, ULONG height, ComSafeArrayIn(BYTE, shape)); STDMETHOD(OnMouseCapabilityChange)(BOOL supportsAbsolute, BOOL supportsRelative, BOOL needsHostCursor); STDMETHOD(OnKeyboardLedsChange)(BOOL fNumLock, BOOL fCapsLock, BOOL fScrollLock); STDMETHOD(OnStateChange)(MachineState_T machineState); |