- Timestamp:
- Jan 8, 2025 2:51:22 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HostDriveImpl.h
r106061 r107522 66 66 struct Data 67 67 { 68 Data() : cbSector(0), cbDisk(0) 68 Data() 69 : partitioningType(PartitioningType_MBR), cbSector(0), cbDisk(0) 69 70 { 70 71 }
Note:
See TracChangeset
for help on using the changeset viewer.