VirtualBox

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

DnD/Main: Return list as return value for GuestDnDBase::i_getFormats().

File:
1 edited

Legend:

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

    r85557 r85558  
    199199    AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
    200200
    201     return GuestDnDBase::i_getFormats(aFormats);
     201    aFormats = GuestDnDBase::i_getFormats();
     202
     203    return S_OK;
    202204#endif /* VBOX_WITH_DRAG_AND_DROP */
    203205}
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