VirtualBox

Ignore:
Timestamp:
Jul 30, 2020 1:37:36 PM (4 years ago)
Author:
vboxsync
Message:

DnD/Main: Return boolean as return value for GuestDnDBase::i_isFormatSupported().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp

    r85558 r85559  
    184184    AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
    185185
    186     return GuestDnDBase::i_isFormatSupported(aFormat, aSupported);
     186    *aSupported = GuestDnDBase::i_isFormatSupported(aFormat) ? TRUE : FALSE;
     187
     188    return S_OK;
    187189#endif /* VBOX_WITH_DRAG_AND_DROP */
    188190}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette