Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Jun 28, 2017
1 parent 59fc3de commit 62cdf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gui/KnobGuiTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ KnobGuiLayers::addNewUserEntry(QStringList& row)
std::list<std::vector<std::string> > table;
boost::shared_ptr<KnobLayers> knob = _knob.lock();
if (!knob) {
return;
return false;
}
knob->getTable(&table);
for (std::list<std::vector<std::string> >::iterator it = table.begin(); it != table.end(); ++it) {
Expand Down

0 comments on commit 62cdf76

Please sign in to comment.