Changeset 37587 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jun 22, 2011 12:02:13 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72431
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MediumFormatImpl.h
r37586 r37587 59 59 struct Data 60 60 { 61 Data() : capabilities( 0) {}61 Data() : capabilities((MediumFormatCapabilities_T)0) {} 62 62 63 63 const Utf8Str strId;
Note:
See TracChangeset
for help on using the changeset viewer.