mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
edit_point: fix warning in factory
This commit is contained in:
parent
ada0fb5bdb
commit
3c4dd27479
@ -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 *)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user