fix naming conflicts

This commit is contained in:
WandererFan
2017-01-25 18:36:33 -05:00
parent 6568832956
commit 1c8395e229
26 changed files with 184 additions and 185 deletions

View File

@@ -56,7 +56,7 @@ class Face;
namespace TechDraw {
class DrawHatch;
class DrawCrosshatch;
class DrawGeomHatch;
class DrawProjectSplit;
class DrawViewSection;
}
@@ -99,7 +99,7 @@ public:
std::vector<TechDraw::DrawHatch*> getHatches(void) const;
std::vector<TechDraw::DrawCrosshatch*> getCrosshatches(void) const;
std::vector<TechDraw::DrawGeomHatch*> getGeomHatches(void) const;
//TODO: are there use-cases for Python access to TechDrawGeometry???