Skip to content

Commit

Permalink
added: missing value_type typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
regnirpsj committed Apr 15, 2014
1 parent 37e5868 commit 9ecc30c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glm/gtc/quaternion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ namespace detail
{
enum ctor{null};

typedef T value_type;
typedef tvec4<bool, P> bool_type;

public:
Expand Down

0 comments on commit 9ecc30c

Please sign in to comment.