fix confusing class name

This commit is contained in:
WandererFan
2017-03-27 15:46:56 -04:00
committed by wmayer
parent bf4a80dad5
commit 0ce1a6f730
3 changed files with 6 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ namespace TechDraw
{
class DrawProjGroupItem;
class DrawGeomHatch;
class HatchLine;
class PATLineSpec;
class LineSet;
class DashSet;
@@ -88,7 +88,7 @@ public:
std::vector<TopoDS_Wire> getSectionFaceWires(void) { return sectionFaceWires; }
std::vector<LineSet> getDrawableLines(int i = 0);
std::vector<HatchLine> getDecodedSpecsFromFile(std::string fileSpec, std::string myPattern);
std::vector<PATLineSpec> getDecodedSpecsFromFile(std::string fileSpec, std::string myPattern);
static const char* SectionDirEnums[];