summaryrefslogtreecommitdiffhomepage
path: root/logic
diff options
context:
space:
mode:
Diffstat (limited to 'logic')
-rw-r--r--logic/mappings.hpp2
1 files changed, 1 insertions, 1 deletions
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<typename f> void forall(f&& fun)
{