summaryrefslogtreecommitdiffstats
path: root/include/o3tl
diff options
context:
space:
mode:
Diffstat (limited to 'include/o3tl')
-rw-r--r--include/o3tl/sorted_vector.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/o3tl/sorted_vector.hxx b/include/o3tl/sorted_vector.hxx
index 508fe61cc03e..2bd8b7273a9a 100644
--- a/include/o3tl/sorted_vector.hxx
+++ b/include/o3tl/sorted_vector.hxx
@@ -94,7 +94,7 @@ public:
return 0;
}
- void erase( size_t index )
+ void erase_at(size_t index)
{
m_vector.erase(m_vector.begin() + index);
}