VirtualBox

Changeset 74577 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Oct 2, 2018 10:07:12 AM (6 years ago)
Author:
vboxsync
Message:

Build fix (Doxygen).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/DragAndDrop.h

    r74575 r74577  
    211211     *
    212212     * @return  IPRT return code.
    213      * @param   uSize           Size (in bytes) to process.
     213     * @param   cbSize          Size (in bytes) to process.
    214214     */
    215215    int SetSize(uint64_t cbSize) { AssertReturn(m_Type == Type_File, 0); u.File.cbSize = cbSize; return VINF_SUCCESS; }
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