errors fix

This commit is contained in:
tigrazone
2017-12-10 00:43:50 +02:00
parent 05f06d09d8
commit af1bcf1e11
2 changed files with 197 additions and 188 deletions

View File

@@ -303,7 +303,8 @@ std::string matStream(
virtual bool operator() (
const std::string& matId,
std::vector<material_t>* materials,
std::map<std::string, int>* matMap,
//std::map<std::string, int>* matMap,
std::map<uint32_t, int>* matMap,
std::string* err)
{
(void)matId;