From 49685c39895af67d7ffcc50fdc02150b6ee44f72 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 5 Apr 2022 22:01:53 -0400 Subject: fix up a bunch of clang-tidy stuff mostly changing references, which i hope doesnt break stuff with models (TreeRow, iterators) since they gave me some strange problems in the past --- src/settings.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/settings.hpp') diff --git a/src/settings.hpp b/src/settings.hpp index 52b20b9..3c9aebb 100644 --- a/src/settings.hpp +++ b/src/settings.hpp @@ -46,7 +46,7 @@ public: SettingsManager(const std::string &filename); void Close(); - bool IsValid() const; + [[nodiscard]] bool IsValid() const; Settings &GetSettings(); private: -- cgit v1.2.3