summaryrefslogtreecommitdiff
path: root/include/human_sort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/human_sort.hpp')
-rw-r--r--include/human_sort.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/human_sort.hpp b/include/human_sort.hpp
index f4dfbe03c7..7ab326d1a1 100644
--- a/include/human_sort.hpp
+++ b/include/human_sort.hpp
@@ -22,8 +22,7 @@ enum class ModeType
} // namespace details
-inline int alphanumComp(const std::string_view left,
- const std::string_view right)
+inline int alphanumComp(std::string_view left, std::string_view right)
{
std::string_view::const_iterator l = left.begin();