diff options
Diffstat (limited to 'project2/common/checkHost.cpp')
-rw-r--r-- | project2/common/checkHost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/common/checkHost.cpp b/project2/common/checkHost.cpp index 7f908c0..343b255 100644 --- a/project2/common/checkHost.cpp +++ b/project2/common/checkHost.cpp @@ -6,7 +6,7 @@ CheckHost::CheckHost(const boost::filesystem::path & file) : XmlScriptParser(file, false) { - loader.supportedStorers.insert(Storer::into(¶meterChecks)); + loader.supportedStorers.insert(Storer::into<ElementLoader>(¶meterChecks)); } CheckHost::~CheckHost() |