Browse Source

added: missing value_type typedef

jan p springer 11 years ago
parent
commit
9ecc30c5dd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      glm/gtc/quaternion.hpp

+ 1 - 0
glm/gtc/quaternion.hpp

@@ -56,6 +56,7 @@ namespace detail
 	{
 		enum ctor{null};
 
+                typedef T value_type;
 		typedef tvec4<bool, P> bool_type;
 
 	public: