mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-13 19:35:52 +08:00
Merge pull request #306 from mahiuchun/const
Drop an unnecessary 'const'.
This commit is contained in:
commit
c56d069726
@ -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