0000548: 3D Circle from three points in Part wb
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5387 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
@@ -341,7 +341,7 @@ PyObject* Workbench::getPyObject()
|
||||
return new WorkbenchPy(this);
|
||||
}
|
||||
|
||||
void Workbench::addTaskWatcher(std::vector<Gui::TaskView::TaskWatcher*> &Watcher)
|
||||
void Workbench::addTaskWatcher(const std::vector<Gui::TaskView::TaskWatcher*> &Watcher)
|
||||
{
|
||||
Gui::TaskView::TaskView* taskView = Control().taskPanel();
|
||||
if (taskView)
|
||||
|
||||
Reference in New Issue
Block a user