From b9686f36146719d81473612e66eec452cd0b53f8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 21 Jun 2025 11:49:42 +0200 Subject: Replace SPL::operator[] with get(). --- src/lib/spl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') 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]; } -- cgit v1.2.3