From 43a87590f45aa6e55724d30d0c2d0d34b407a57e Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 17 Jan 2021 18:54:26 +0000 Subject: First cut modernizing and sanitizing --- obj_loader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'obj_loader.h') 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(); -- cgit v1.2.3