From f432f7836a3ec2368260a51d352188e465d9c0cc Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 26 Jan 2018 09:53:08 +0100 Subject: CLion pedantry Fix few of the inspection warnings from CLion that make any sense at all. --- logic/mappings.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'logic') diff --git a/logic/mappings.hpp b/logic/mappings.hpp index d08ae29c..f88e6820 100644 --- a/logic/mappings.hpp +++ b/logic/mappings.hpp @@ -34,7 +34,7 @@ public: Map& operator()(int i) { return axes[i]; } const Map& operator()(int i) const { return axes[i]; } Map& operator()(unsigned i) { return axes[i]; } - const Map& operator()(unsigned i) const { return axes[i]; } + const Map& operator()(unsigned i) const { return axes[i]; } template void forall(f&& fun) { -- cgit v1.2.3