1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

- build system update

- compile\warning fixes
This commit is contained in:
Ivan Savenko
2012-09-29 12:02:46 +00:00
parent f8a27a9fdb
commit a602d7e9da
14 changed files with 41 additions and 46 deletions

View File

@@ -285,3 +285,8 @@ void config::CConfigHandler::init()
SetResolution(screenRes["width"].Float(), screenRes["height"].Float());
}
// Force instantiation of the SettingsStorage::NodeAccessor class template.
// That way method definitions can sit in the cpp file
template struct SettingsStorage::NodeAccessor<SettingsListener>;
template struct SettingsStorage::NodeAccessor<Settings>;