VirtualBox

Changeset 7847 in vbox for trunk


Ignore:
Timestamp:
Apr 9, 2008 3:48:46 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29449
Message:

corrected enum type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/HostImpl.cpp

    r7746 r7847  
    12851285
    12861286        /* action is mandatory */
    1287         ULONG action = USBDeviceFilterAction_Null;
     1287        USBDeviceFilterAction_T action = USBDeviceFilterAction_Null;
    12881288        (*it)->COMGETTER (Action) (&action);
    12891289        if (action == USBDeviceFilterAction_Ignore)
     
    20912091            USBDeviceFilterAction_T action = data.mAction;
    20922092#else
    2093             ULONG action = USBDeviceFilterAction_Null;
     2093            USBDeviceFilterAction_T action = USBDeviceFilterAction_Null;
    20942094            (*it)->COMGETTER (Action) (&action);
    20952095#endif
Note: See TracChangeset for help on using the changeset viewer.

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