VirtualBox

Changeset 5388 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 19, 2007 4:44:44 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
25494
Message:

Main: BIOSSettings: Don't forget to update Data::operator== when adding new fields.

File:
1 edited

Legend:

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

    r5361 r5388  
    4949        {
    5050            return this == &that ||
    51                    (mLogoFadeIn      == that.mLogoFadeIn &&
    52                     mLogoFadeOut     == that.mLogoFadeOut &&
    53                     mLogoDisplayTime == that.mLogoDisplayTime &&
    54                     mLogoImagePath   == that.mLogoImagePath &&
    55                     mBootMenuMode    == that.mBootMenuMode &&
    56                     mACPIEnabled     == that.mACPIEnabled &&
    57                     mIOAPICEnabled   == that.mIOAPICEnabled &&
    58                     mPXEDebugEnabled == that.mPXEDebugEnabled &&
    59                     mTimeOffset      == that.mTimeOffset);
     51                   (mLogoFadeIn         == that.mLogoFadeIn &&
     52                    mLogoFadeOut        == that.mLogoFadeOut &&
     53                    mLogoDisplayTime    == that.mLogoDisplayTime &&
     54                    mLogoImagePath      == that.mLogoImagePath &&
     55                    mBootMenuMode       == that.mBootMenuMode &&
     56                    mACPIEnabled        == that.mACPIEnabled &&
     57                    mIOAPICEnabled      == that.mIOAPICEnabled &&
     58                    mPXEDebugEnabled    == that.mPXEDebugEnabled &&
     59                    mIDEControllerType  == that.mIDEControllerType &&
     60                    mTimeOffset         == that.mTimeOffset);
    6061        }
    6162
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