diff options
Diffstat (limited to 'src/utils.hpp')
-rw-r--r-- | src/utils.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils.hpp b/src/utils.hpp index 8c4cf4e..e98d52f 100644 --- a/src/utils.hpp +++ b/src/utils.hpp @@ -10,4 +10,3 @@ * @returns A unsigned integer */ unsigned int str_to_uint(std::string str); - |