VirtualBox

Changeset 107522 in vbox for trunk


Ignore:
Timestamp:
Jan 8, 2025 2:51:22 PM (3 weeks ago)
Author:
vboxsync
Message:

src/VBox/Main/include/HostDriveImpl.h: Fixed warning found by Parfait (uninitialized attributes). jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/HostDriveImpl.h

    r106061 r107522  
    6666    struct Data
    6767    {
    68         Data() : cbSector(0), cbDisk(0)
     68        Data()
     69            : partitioningType(PartitioningType_MBR), cbSector(0), cbDisk(0)
    6970        {
    7071        }
Note: See TracChangeset for help on using the changeset viewer.

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