Salome HOME
Fix for the issue #593: do not remove naming attribute, but use TNaming_Builder for...
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeValidator.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        ModelAPI_AttributeValidator.cpp
4 // Created:     4 Sep 2014
5 // Author:      Mikhail PONIKAROV
6
7 #include <ModelAPI_AttributeValidator.h>
8
9 ModelAPI_AttributeValidator::~ModelAPI_AttributeValidator()
10 {
11
12 }