edit_point: fix warning in factory

This commit is contained in:
Ryan Pavlik 2019-11-29 12:05:40 -06:00
parent ada0fb5bdb
commit 3c4dd27479

View File

@ -51,6 +51,7 @@ MeshEditInterface* PointEditFactory::getMeshEditInterface(QAction *action)
return new EditPointPlugin(EditPointPlugin::SELECT_FITTING_PLANE_MODE);
assert(0); //should never be asked for an action that isn't here
return nullptr;
}
QString PointEditFactory::getEditToolDescription(QAction *)