summaryrefslogtreecommitdiffstats
path: root/include/core/PoolArrays.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/PoolArrays.hpp')
-rw-r--r--include/core/PoolArrays.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/core/PoolArrays.hpp b/include/core/PoolArrays.hpp
index eba7b9c..bc681ac 100644
--- a/include/core/PoolArrays.hpp
+++ b/include/core/PoolArrays.hpp
@@ -104,7 +104,7 @@ public:
void set(const int idx, const uint8_t data);
- const uint8_t operator [](const int idx);
+ uint8_t operator [](const int idx);
int size() const;
@@ -200,7 +200,7 @@ public:
void set(const int idx, const int data);
- const int operator [](const int idx);
+ int operator [](const int idx);
int size() const;
@@ -296,7 +296,7 @@ public:
void set(const int idx, const real_t data);
- const real_t operator [](const int idx);
+ real_t operator [](const int idx);
int size() const;