- Timestamp:
- Jan 10, 2016, 1:54:11 PM (9 years ago)
- Location:
- code/branches/cpp11_v3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v3
- Property svn:mergeinfo changed
-
code/branches/cpp11_v3/src/libraries/core/config/ConfigFileEntry.h
r9559 r11054 51 51 public: 52 52 /// Destructor 53 virtual ~ConfigFileEntry() {};53 virtual ~ConfigFileEntry() = default; 54 54 55 55 /// Changes the value of the entry.
Note: See TracChangeset
for help on using the changeset viewer.