Fixed GCC build broken by #548 PR

This commit is contained in:
Christophe Riccio 2016-09-14 22:01:30 +02:00
parent 4175505a83
commit fa51f18b0c

View File

@ -21,7 +21,7 @@ namespace detail
template <typename T> \
struct storage<T, x, true> { \
GLM_ALIGNED_STRUCT(x) type { \
uint8_t data[x]; \
uint8 data[x]; \
}; \
};