X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/c00e81f9f50c4fe50ee32b02a689d68c9bc595b6..cd22a6554a8c6d917306304aeaf5d2b7a9d99ae4:/projects/sgconf/utils.h

diff --git a/projects/sgconf/utils.h b/projects/sgconf/utils.h
index 2e16b625..3793c9cd 100644
--- a/projects/sgconf/utils.h
+++ b/projects/sgconf/utils.h
@@ -25,7 +25,7 @@ res = value;
 
 template <typename T, typename F>
 inline
-void MaybeSet(const std::map<std::string, std::string> & options, const std::string & name, RESETABLE<T> & res, F conv)
+void MaybeSet(const std::map<std::string, std::string> & options, const std::string & name, T & res, F conv)
 {
 std::map<std::string, std::string>::const_iterator it(options.find(name));
 if (it == options.end())