Sketcher: PCH

This commit is contained in:
Abdullah Tahiri
2019-05-01 17:34:10 +02:00
committed by abdullahtahiriyo
parent a415ad72e1
commit 95788dde71
8 changed files with 53 additions and 29 deletions

View File

@@ -48,7 +48,7 @@ std::string SketchPy::representation(void) const
PyObject *SketchPy::PyMake(struct _typeobject *, PyObject *, PyObject *) // Python wrapper
{
// create a new instance of SketchPy and the Twin object
// create a new instance of SketchPy and the Twin object
return new SketchPy(new Sketch());
}
@@ -214,7 +214,7 @@ PyObject *SketchPy::getCustomAttributes(const char* /*attr*/) const
int SketchPy::setCustomAttributes(const char* /*attr*/, PyObject* /*obj*/)
{
return 0;
return 0;
}