diff --git a/tiny_gltf.h b/tiny_gltf.h index b6f0453..b8e1449 100644 --- a/tiny_gltf.h +++ b/tiny_gltf.h @@ -5644,8 +5644,8 @@ bool TinyGLTF::LoadBinaryFromFile(Model *model, std::string *err, /////////////////////// // GLTF Serialization /////////////////////// -//namespace -//{ +namespace +{ json JsonFromString(const char* s) { #ifdef TINYGLTF_USE_RAPIDJSON @@ -5735,7 +5735,7 @@ bool TinyGLTF::LoadBinaryFromFile(Model *model, std::string *err, (void)(o); (void)(s); } -//} +} // typedef std::pair json_object_pair;