From 8cf95fce0cb233125334482149c2c9f4219da52b Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 7 Jan 2021 02:41:49 -0500 Subject: improve build process, add github actions --- settings.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'settings.hpp') diff --git a/settings.hpp b/settings.hpp index 7bb022e..09aeec2 100644 --- a/settings.hpp +++ b/settings.hpp @@ -28,8 +28,7 @@ public: m_ini.SaveFile(m_filename.c_str()); } - template<> - void SetSetting(std::string section, std::string key, std::string value) { + void SetSetting(std::string section, std::string key, std::string value) { m_ini.SetValue(section.c_str(), key.c_str(), value.c_str()); m_ini.SaveFile(m_filename.c_str()); } -- cgit v1.2.3