diff options
Diffstat (limited to '')
-rw-r--r-- | src/Utility.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utility.hpp b/src/Utility.hpp index 8333052..893f38e 100644 --- a/src/Utility.hpp +++ b/src/Utility.hpp @@ -7,7 +7,7 @@ #include <easylogging++.h> #include <GL/glew.h> -using Uuid = std::vector<uint8_t>; +using Uuid = std::vector<unsigned char>; template<class T> void endswap(T *objp) { |