diff --git a/regression/common/shape_utils.h b/regression/common/shape_utils.h index ec92d7b2..15a509e8 100644 --- a/regression/common/shape_utils.h +++ b/regression/common/shape_utils.h @@ -81,6 +81,8 @@ struct Shape { std::string genRIB() const; + Shape() : scheme(kCatmark), isLeftHanded(false) { } + ~Shape(); int GetNumVertices() const { return (int)verts.size()/3; }