]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_IPresentable.cpp
Salome HOME
Avoid problem with dynamic_cast under SALOME release
[modules/shaper.git] / src / GeomAPI / GeomAPI_IPresentable.cpp
diff --git a/src/GeomAPI/GeomAPI_IPresentable.cpp b/src/GeomAPI/GeomAPI_IPresentable.cpp
new file mode 100644 (file)
index 0000000..ec42fa6
--- /dev/null
@@ -0,0 +1,17 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+/*
+ *  Created on: Jul 10, 2015
+ *      Author: vsv
+ */
+// This file is added in order to avoid a problem with
+// dynamic_cast of GeomAPI_IPresentable objects under
+// SALOME in release mode
+
+
+
+#include "GeomAPI_IPresentable.h"
+
+
+GeomAPI_IPresentable::~GeomAPI_IPresentable()
+{
+}