- Timestamp:
- Dec 29, 2015, 5:16:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/core/ConfigurablePaths.h
r10990 r10992 93 93 94 94 private: 95 // non-copyable: 95 96 ConfigurablePaths(const ConfigurablePaths&) = delete; 97 ConfigurablePaths& operator=(const ConfigurablePaths&) = delete; 96 98 97 99 boost::filesystem::path& dataPath_; //!< Path to the data files folder
Note: See TracChangeset
for help on using the changeset viewer.