VirtualBox

Changeset 49392 in vbox


Ignore:
Timestamp:
Nov 5, 2013 3:56:07 PM (11 years ago)
Author:
vboxsync
Message:

Main/Guest::UpdateGuestAdditions: CopyFileFlag_T -> AdditionsUpdateFlag_T.

File:
1 edited

Legend:

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

    r49350 r49392  
    130130    if (aFlags)
    131131    {
    132         com::SafeArray<CopyFileFlag_T> flags(ComSafeArrayInArg(aFlags));
     132        com::SafeArray<AdditionsUpdateFlag_T> flags(ComSafeArrayInArg(aFlags));
    133133        for (size_t i = 0; i < flags.size(); i++)
    134134            fFlags |= flags[i];
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