mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-14 04:26:06 +08:00
Drop an unnecessary 'const'.
This commit is contained in:
parent
869a9d273c
commit
d1e32865f1
@ -298,7 +298,7 @@ class Value {
|
||||
|
||||
DEFAULT_METHODS(Value)
|
||||
|
||||
char Type() const { return static_cast<const char>(type_); }
|
||||
char Type() const { return static_cast<char>(type_); }
|
||||
|
||||
bool IsBool() const { return (type_ == BOOL_TYPE); }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user