From 62cdf76eab56e6cbedaebf370c1ccff7c4708735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Devernay?= Date: Wed, 28 Jun 2017 17:37:25 +0200 Subject: [PATCH] fix build --- Gui/KnobGuiTable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gui/KnobGuiTable.cpp b/Gui/KnobGuiTable.cpp index 0d6e55e521..eb810138f0 100644 --- a/Gui/KnobGuiTable.cpp +++ b/Gui/KnobGuiTable.cpp @@ -665,7 +665,7 @@ KnobGuiLayers::addNewUserEntry(QStringList& row) std::list > table; boost::shared_ptr knob = _knob.lock(); if (!knob) { - return; + return false; } knob->getTable(&table); for (std::list >::iterator it = table.begin(); it != table.end(); ++it) {