[TD]CI clang warnings

This commit is contained in:
wandererfan
2022-08-23 15:32:13 -04:00
committed by WandererFan
parent aa2b1b8392
commit d683ba12d2
3 changed files with 1 additions and 14 deletions

View File

@@ -116,7 +116,7 @@ App::DocumentObjectExecReturn *DrawViewSpreadsheet::execute()
return new App::DocumentObjectExecReturn("Empty cell value");
Symbol.setValue(getSheetImage());
overrideKeepUpdated(false);
return TechDraw::DrawView::execute();
}