diff --git a/glm/core/func_integer.hpp b/glm/core/func_integer.hpp index c9ae0c09..1044e273 100644 --- a/glm/core/func_integer.hpp +++ b/glm/core/func_integer.hpp @@ -152,7 +152,7 @@ namespace glm /// @see GLSL bitfieldReverse man page /// @see GLSL 4.20.8 specification, section 8.8 Integer Functions template - genIUType bitfieldReverse(genIUType const & value); + genIUType bitfieldReverse(genIUType const & Value); /// Returns the number of bits set to 1 in the binary representation of value. ///