From b73fcce5154718492a94f814943521168ebe34e2 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 10 Feb 2017 05:47:08 +0000 Subject: [PATCH] --- Geo/GModelIO_OCC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geo/GModelIO_OCC.h b/Geo/GModelIO_OCC.h index f7263ed05e..4126d47704 100644 --- a/Geo/GModelIO_OCC.h +++ b/Geo/GModelIO_OCC.h @@ -225,7 +225,7 @@ public: void rotate(std::vector<int> inTags[4], double x, double y, double z, double dx, double dy, double dz, double angle){} void copy(std::vector<int> inTags[4], std::vector<int> outTags[4]){} - void remove(std::vector<int> inTags[4]); + void remove(std::vector<int> inTags[4]){} void importShapes(const std::string &fileName, std::vector<int> outTags[4], const std::string &format=""){} void exportShapes(const std::string &fileName, const std::string &format=""){} -- GitLab