From c0f2beedaf475f8e81e0fbb22ba62b8d917c1945 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 19 Jul 2022 09:56:04 -0400 Subject: Remove pointless const --- src/Configuration.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Configuration.hpp b/src/Configuration.hpp index 770a240..641d2b7 100644 --- a/src/Configuration.hpp +++ b/src/Configuration.hpp @@ -82,7 +82,7 @@ public: // Get a global configuration setting template - const decltype(S::value) get() const + decltype(S::value) get() const { return std::get(_settings).value; } -- cgit v1.2.1