From 9c50ed1abbb39510566ef0b45d5a95e81bc86c9c Mon Sep 17 00:00:00 2001
From: Van Dung Nguyen <vandung.nguyen@ulg.ac.be>
Date: Fri, 10 Feb 2017 13:13:43 +0000
Subject: [PATCH] missing

---
 Geo/GModelIO_OCC.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Geo/GModelIO_OCC.h b/Geo/GModelIO_OCC.h
index 64ff3f8099..00ded73650 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){}
-- 
GitLab