Fixing a boatload of warnings

This commit is contained in:
Stefan Högler
2021-04-01 16:40:14 +02:00
parent f042480540
commit d5f0fe644f
84 changed files with 496 additions and 407 deletions
+4 -6
View File
@@ -42,7 +42,7 @@ struct MeshDescription
//TODO declaration
}
};*/
DECLARE_REF(MaterialAsset);
DECLARE_REF(MaterialAsset)
class Mesh
{
public:
@@ -55,11 +55,9 @@ public:
private:
friend class boost::serialization::access;
template<class Archive>
void serialize(Archive& ar, const unsigned int version)
void serialize(Archive&, const unsigned int)
{
//ar & referencedMaterial->getFullPath();
//TODO:
}
}
};
DEFINE_REF(Mesh);
DEFINE_REF(Mesh)
} // namespace Seele