aboutsummaryrefslogtreecommitdiff
path: root/src/conversion.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversion.hpp')
-rw-r--r--src/conversion.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conversion.hpp b/src/conversion.hpp
index 6da7606..4ae5b7c 100644
--- a/src/conversion.hpp
+++ b/src/conversion.hpp
@@ -10,4 +10,4 @@ constexpr unsigned int NUMBER_BASE = 10U;
* @param str A string that possibly is a unsigned integer
* @returns A unsigned integer
*/
-unsigned int str_to_uint(std::string_view str);
+unsigned int str_to_uint(const std::string_view &str);