Salome HOME
Merge branch 'master' into cgt/devCEA
[modules/shaper.git] / src / GeomAPI / GeomAPI_IPresentable.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2 /*
3  *  Created on: Jul 10, 2015
4  *      Author: vsv
5  */
6 // This file is added in order to avoid a problem with
7 // dynamic_cast of GeomAPI_IPresentable objects under
8 // SALOME in release mode
9
10
11
12 #include "GeomAPI_IPresentable.h"
13
14
15 GeomAPI_IPresentable::~GeomAPI_IPresentable()
16 {
17 }