Changeset 28189 in vbox for trunk/include/VBox
- Timestamp:
- Apr 12, 2010 9:39:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r28106 r28189 115 115 struct Data; 116 116 Data *m; 117 118 private: 119 // prohibit copying (Data contains pointers to XML which cannot be copied) 120 ConfigFileBase(const ConfigFileBase&); 117 121 118 122 friend class ConfigFileError;
Note:
See TracChangeset
for help on using the changeset viewer.