X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_AttributeRefAttrList.cpp;h=d743f05aa560e43a737d4c24c119edcc719c6514;hb=9c0937c3fce2633ae166b8a70fe43998f4babd1d;hp=7da878e8714f88b34137a0c10cfa7b4a96131b3c;hpb=423c10234142d14d0d5de89383f2f96a4ec5930f;p=modules%2Fshaper.git diff --git a/src/Model/Model_AttributeRefAttrList.cpp b/src/Model/Model_AttributeRefAttrList.cpp index 7da878e87..d743f05aa 100755 --- a/src/Model/Model_AttributeRefAttrList.cpp +++ b/src/Model/Model_AttributeRefAttrList.cpp @@ -12,8 +12,6 @@ #include #include -using namespace std; - void Model_AttributeRefAttrList::append(ObjectPtr theObject) { std::shared_ptr aData = std::dynamic_pointer_cast(theObject->data());