diff options
Diffstat (limited to 'src/main.cc')
-rw-r--r-- | src/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc index 00fa51f..057a863 100644 --- a/src/main.cc +++ b/src/main.cc | |||
@@ -382,7 +382,7 @@ void updateConfigFilesIfNeeded(const std::string& rc_file) { | |||
382 | const int CONFIG_VERSION = 13; // TODO: move this to 'defaults.hh' or 'config.h' | 382 | const int CONFIG_VERSION = 13; // TODO: move this to 'defaults.hh' or 'config.h' |
383 | 383 | ||
384 | FbTk::ResourceManager r_mgr(rc_file.c_str(), false); | 384 | FbTk::ResourceManager r_mgr(rc_file.c_str(), false); |
385 | FbTk::Resource<int> c_version(r_mgr, 0, "session.configVersion", "Session.ConfigVersion"); | 385 | FbTk::IntResource c_version(r_mgr, 0, "session.configVersion", "Session.ConfigVersion"); |
386 | 386 | ||
387 | if (!r_mgr.load(rc_file.c_str())) { | 387 | if (!r_mgr.load(rc_file.c_str())) { |
388 | _FB_USES_NLS; | 388 | _FB_USES_NLS; |