- Timestamp:
- Apr 9, 2008 3:48:46 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29449
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r7746 r7847 1285 1285 1286 1286 /* action is mandatory */ 1287 U LONGaction = USBDeviceFilterAction_Null;1287 USBDeviceFilterAction_T action = USBDeviceFilterAction_Null; 1288 1288 (*it)->COMGETTER (Action) (&action); 1289 1289 if (action == USBDeviceFilterAction_Ignore) … … 2091 2091 USBDeviceFilterAction_T action = data.mAction; 2092 2092 #else 2093 U LONGaction = USBDeviceFilterAction_Null;2093 USBDeviceFilterAction_T action = USBDeviceFilterAction_Null; 2094 2094 (*it)->COMGETTER (Action) (&action); 2095 2095 #endif
Note:
See TracChangeset
for help on using the changeset viewer.