Changeset 78690 in vbox
- Timestamp:
- May 23, 2019 11:15:34 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/SharedClipboardPrivate.cpp
r78686 r78690 59 59 pvExtension, u32Function, pvParms, cbParms)); 60 60 61 RT_NOREF(pvParms, cbParms); 62 61 63 SharedClipboard *pSharedClipboard = reinterpret_cast<SharedClipboard *>(pvExtension); 62 64 AssertPtrReturn(pSharedClipboard, VERR_INVALID_POINTER);
Note:
See TracChangeset
for help on using the changeset viewer.