diff --git a/Geo/GModelIO_OCC.h b/Geo/GModelIO_OCC.h index 64ff3f8099a696347578c467b6fd360e347426c4..00ded736501491636ac4a7ca04ba196115b363cd 100644 --- a/Geo/GModelIO_OCC.h +++ b/Geo/GModelIO_OCC.h @@ -188,8 +188,8 @@ public: void addVertex(int tag, double x, double y, double z){} void addLine(int tag, int startTag, int endTag){} void addCircleArc(int tag, int startTag, int centerTag, int endTag){} - void addBezier(int tag, std::vector<int> vertexTags); - void addBSpline(int tag, std::vector<int> vertexTags); + void addBezier(int tag, std::vector<int> vertexTags){}; + void addBSpline(int tag, std::vector<int> vertexTags){}; void addLineLoop(int tag, std::vector<int> edgeTags){} void addRectangle(int tag, double x1, double y1, double z1, double x2, double y2, double z2){}