Changeset 85558 in vbox for trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
- Timestamp:
- Jul 30, 2020 1:33:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
r85557 r85558 199 199 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS); 200 200 201 return GuestDnDBase::i_getFormats(aFormats); 201 aFormats = GuestDnDBase::i_getFormats(); 202 203 return S_OK; 202 204 #endif /* VBOX_WITH_DRAG_AND_DROP */ 203 205 }
Note:
See TracChangeset
for help on using the changeset viewer.