Cleanup: Resolve missing declaration warning in Alembic mesh reader

This commit is contained in:
Hans Goudey
2024-02-27 21:27:13 -05:00
parent ea256346a8
commit c409b14797
2 changed files with 1 additions and 3 deletions

View File

@@ -490,7 +490,7 @@ static void read_mesh_sample(const std::string &iobject_full_name,
}
}
CDStreamConfig get_config(Mesh *mesh)
static CDStreamConfig get_config(Mesh *mesh)
{
CDStreamConfig config;
config.mesh = mesh;

View File

@@ -87,6 +87,4 @@ void read_mverts(Mesh &mesh,
const Alembic::AbcGeom::P3fArraySamplePtr positions,
const Alembic::AbcGeom::N3fArraySamplePtr normals);
CDStreamConfig get_config(struct Mesh *mesh, const std::string &iobject_full_name);
} // namespace blender::io::alembic