- Timestamp:
- 01/23/12 07:41:06 (16 months ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 6a30f44
- Parents:
- 28f6a64
- File:
-
- 1 edited
-
helpers/settings_manager/settings_manager_impl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
helpers/settings_manager/settings_manager_impl.cpp
r89838be r8013c0c 24 24 inline NSCSettingsImpl* internal_get() { 25 25 if (settings_impl == NULL) 26 throw "Settings has not been initiated!";26 throw settings::settings_exception(_T("Settings has not been initiated!")); 27 27 return settings_impl; 28 28 }
Note: See TracChangeset
for help on using the changeset viewer.








