VirtualBox

Changeset 107491 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jan 8, 2025 10:09:53 AM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166550
Message:

Main/src-client/BusAssignmentManager.cpp: Missing field initialiser, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/BusAssignmentManager.cpp

    r106061 r107491  
    497497
    498498    State()
    499         : cRefCnt(1), mChipsetType(ChipsetType_Null), mpszBridgeName("unknownbridge"), mpVMM(NULL)
     499        : cRefCnt(1)
     500        , mChipsetType(ChipsetType_Null)
     501        , mpszBridgeName("unknownbridge")
     502        , mIommuType(IommuType_None)
     503        , mpVMM(NULL)
    500504    {}
    501505    ~State()
Note: See TracChangeset for help on using the changeset viewer.

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