From f0c3fbefa4abf7e238919aa73dad9b857baaaa41 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Thu, 5 Dec 2019 14:59:41 -0600 Subject: [PATCH] edit_texture: Fix build --- src/meshlabplugins/edit_texture/edit_texture_factory.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meshlabplugins/edit_texture/edit_texture_factory.cpp b/src/meshlabplugins/edit_texture/edit_texture_factory.cpp index 708f5b8bc..a1a151eb8 100644 --- a/src/meshlabplugins/edit_texture/edit_texture_factory.cpp +++ b/src/meshlabplugins/edit_texture/edit_texture_factory.cpp @@ -47,6 +47,7 @@ MeshEditInterface* EditTextureFactory::getMeshEditInterface(QAction *action) { return new EditTexturePlugin(); } else assert(0); //should never be asked for an action that isn't here + return nullptr; } QString EditTextureFactory::getEditToolDescription(QAction *)