- Timestamp:
- Nov 4, 2015, 10:25:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/core/config/ConfigFileManager.cc
r9559 r10765 44 44 ConfigFileManager* ConfigFileManager::singletonPtr_s = 0; 45 45 46 /// Constructor: Initializes the array of config files with NULL.46 /// Constructor: Initializes the array of config files with nullptr. 47 47 ConfigFileManager::ConfigFileManager() 48 48 { 49 this->configFiles_.assign( NULL);49 this->configFiles_.assign(nullptr); 50 50 } 51 51
Note: See TracChangeset
for help on using the changeset viewer.