VirtualBox

Changeset 28189 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Apr 12, 2010 9:39:49 AM (15 years ago)
Author:
vboxsync
Message:

Main: OVF crash fix, settings::ConfigFileBase must not be copyable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/settings.h

    r28106 r28189  
    115115    struct Data;
    116116    Data *m;
     117
     118private:
     119    // prohibit copying (Data contains pointers to XML which cannot be copied)
     120    ConfigFileBase(const ConfigFileBase&);
    117121
    118122    friend class ConfigFileError;
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