diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/spl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/spl.h b/src/lib/spl.h index b010a4bed..547b475c8 100644 --- a/src/lib/spl.h +++ b/src/lib/spl.h @@ -56,7 +56,7 @@ public: return _spl; } - SPLEntry const & operator[](std::size_t index) const { + SPLEntry const& get(std::size_t index) const { return _spl[index]; } |
