Changeset 57358 in vbox for trunk/src/VBox/Main/src-server/USBIdDatabaseStub.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/USBIdDatabaseStub.cpp
r57034 r57358 20 20 Product AliasDictionary::productArray[] = {0}; 21 21 22 const size_t AliasDictionary::products_size = sizeof(AliasDictionary::productArray) / sizeof(Product); 22 const size_t AliasDictionary::products_size = sizeof(AliasDictionary::productArray) / sizeof(Product); 23 23 24 24 Vendor AliasDictionary::vendorArray[] = {0};
Note:
See TracChangeset
for help on using the changeset viewer.