fix compiler warnings

This commit is contained in:
Mattias Harrysson
2014-06-02 20:52:44 +02:00
parent b96ee06bb6
commit f72fb80ac9
2 changed files with 3 additions and 3 deletions

View File

@@ -97,6 +97,6 @@ std::string LoadObj(
std::string LoadMtl (
std::map<std::string, material_t>& material_map,
std::istream& inStream);
};
}
#endif // _TINY_OBJ_LOADER_H