Revert accidental committed change

Put "JsonX" helpers back in anonymous namespace to keep them inside local translation unit.
This commit is contained in:
jrkoonce 2019-09-03 17:06:41 -05:00
parent 06c30c4d04
commit 63419a11e1

View File

@ -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<std::string, json> json_object_pair;