From 5cc7c6ddeb01ec91b2e3e36930f0a081a98920ed Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Thu, 22 Jul 2021 20:40:03 +0300 Subject: Make argv const. --- src/configuration.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/configuration.hpp') diff --git a/src/configuration.hpp b/src/configuration.hpp index 7659237..0cc9197 100644 --- a/src/configuration.hpp +++ b/src/configuration.hpp @@ -96,7 +96,7 @@ public: * @param argv Argument count. * @return New Configuration object instance. */ - static std::tuple Build(int argc, char **argv); + static std::tuple Build(int argc, const char **argv); /* generic getters */ Configuration GetForLive() const; @@ -157,4 +157,4 @@ public: sf::Color GetLiveGuidelinesColor() const; }; -#endif \ No newline at end of file +#endif -- cgit v1.2.3