+ remove 'using namespace Attacher' inside header file

This commit is contained in:
wmayer
2016-04-13 15:57:49 +02:00
parent 0a7ab4e1ff
commit df48d1668b
8 changed files with 10 additions and 6 deletions

View File

@@ -66,7 +66,7 @@ PROPERTY_SOURCE(Part::Part2DObject, Part::AttachableObject)
Part2DObject::Part2DObject()
{
this->setAttacher(new AttachEngine3D);
this->setAttacher(new Attacher::AttachEngine3D);
}