summaryrefslogtreecommitdiff
path: root/obj_loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'obj_loader.h')
-rw-r--r--obj_loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/obj_loader.h b/obj_loader.h
index 5a1eabf..11c6b38 100644
--- a/obj_loader.h
+++ b/obj_loader.h
@@ -36,7 +36,7 @@ public:
bool hasUVs;
bool hasNormals;
- OBJModel(const std::string & fileName);
+ explicit OBJModel(const std::string & fileName);
IndexedModel ToIndexedModel();