summaryrefslogtreecommitdiff
path: root/src/utils/string.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/string.hpp')
-rw-r--r--src/utils/string.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/string.hpp b/src/utils/string.hpp
index 2adf31b6..678671d2 100644
--- a/src/utils/string.hpp
+++ b/src/utils/string.hpp
@@ -28,6 +28,7 @@ namespace utils
{
std::string toupper(std::string);
bool isNumeric(const std::string &);
+ int stringToInt(const std::string &);
}
#endif // UTILS_STRING_HPP