summaryrefslogtreecommitdiff
path: root/examples/ThirdPartyLibs/Wavefront/tiny_obj_loader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ThirdPartyLibs/Wavefront/tiny_obj_loader.cpp')
-rw-r--r--examples/ThirdPartyLibs/Wavefront/tiny_obj_loader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ThirdPartyLibs/Wavefront/tiny_obj_loader.cpp b/examples/ThirdPartyLibs/Wavefront/tiny_obj_loader.cpp
index d1b9c6362..3ad7a6f0a 100644
--- a/examples/ThirdPartyLibs/Wavefront/tiny_obj_loader.cpp
+++ b/examples/ThirdPartyLibs/Wavefront/tiny_obj_loader.cpp
@@ -31,7 +31,7 @@
#include "tiny_obj_loader.h"
#include <stdio.h>
-namespace tinyobj
+namespace bt_tinyobj
{
#ifdef USE_STREAM
//See http://stackoverflow.com/questions/6089231/getting-std-ifstream-to-handle-lf-cr-and-crlf
@@ -880,4 +880,4 @@ LoadObj(
return err.str();
}
-}; // namespace tinyobj
+}; // namespace bt_tinyobj