Mod/Drawing includes -> Mod/TechDraw

This commit is contained in:
WandererFan
2016-01-17 12:10:52 -05:00
committed by wmayer
parent 9643fd022f
commit 09e1c57bff
11 changed files with 27 additions and 30 deletions

View File

@@ -25,7 +25,7 @@
# include <sstream>
#endif
#include "Mod/Drawing/App/DrawParametricTemplate.h"
#include "Mod/TechDraw/App/DrawParametricTemplate.h"
// inclusion of the generated files (generated out of DrawParametricTemplateSFPy.xml)
#include "DrawParametricTemplatePy.h"
@@ -67,7 +67,7 @@ int DrawParametricTemplatePy::setCustomAttributes(const char* attr, PyObject* ob
PyObject* DrawParametricTemplatePy::drawLine(PyObject *args)
{
PyObject *pcObj;
//PyObject *pcObj;
double x1, y1;
double x2, y2;