diff options
Diffstat (limited to 'louloulibs/utils/tolower.hpp')
-rw-r--r-- | louloulibs/utils/tolower.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/louloulibs/utils/tolower.hpp b/louloulibs/utils/tolower.hpp index 0019182..650e05d 100644 --- a/louloulibs/utils/tolower.hpp +++ b/louloulibs/utils/tolower.hpp @@ -1,5 +1,5 @@ -#ifndef TOLOWER_INCLUDED -# define TOLOWER_INCLUDED +#pragma once + #include <string> @@ -8,4 +8,4 @@ namespace utils std::string tolower(const std::string& original); } -#endif // SPLIT_INCLUDED + |