diff --git a/tiny_gltf.h b/tiny_gltf.h index 02030bc..a6115d4 100644 --- a/tiny_gltf.h +++ b/tiny_gltf.h @@ -298,7 +298,7 @@ class Value { DEFAULT_METHODS(Value) - char Type() const { return static_cast(type_); } + char Type() const { return static_cast(type_); } bool IsBool() const { return (type_ == BOOL_TYPE); }