diff --git a/EscapeTheBackroomsGUiTest/Config.h b/EscapeTheBackroomsGUiTest/Config.h index ccd4ba1..c2809d9 100644 --- a/EscapeTheBackroomsGUiTest/Config.h +++ b/EscapeTheBackroomsGUiTest/Config.h @@ -115,7 +115,7 @@ public: std::vector GetLastErrors(); //See if the Config System has failed anywhere - bool hasConfigFailed() { return failed; }; + constexpr bool hasConfigFailed() const { return failed; }; //Call when switching Configs bool ActivateConfig(std::string ConfigName, std::string Path); bool WriteToFields();