summaryrefslogtreecommitdiffstats
path: root/src/Utility.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utility.hpp')
-rw-r--r--src/Utility.hpp2
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) {