VirtualBox

Changeset 71253 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Mar 7, 2018 11:38:49 AM (7 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

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

    r71251 r71253  
    24522452        return setError(E_INVALIDARG, tr("No destination specified"));
    24532453
    2454     uint32_t fFlags = FileCopyFlag_None;
     2454    FileCopyFlag_T fFlags = FileCopyFlag_None;
    24552455    if (aFlags.size())
    24562456    {
     
    25272527        return setError(E_INVALIDARG, tr("No destination specified"));
    25282528
    2529     uint32_t fFlags = FileCopyFlag_None;
     2529    FileCopyFlag_T fFlags = FileCopyFlag_None;
    25302530    if (aFlags.size())
    25312531    {
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