From d811b585b7b1f1b365697a9f217af889a518f5e7 Mon Sep 17 00:00:00 2001 From: Ian Rees Date: Sun, 28 Feb 2016 10:33:55 +1300 Subject: [PATCH] Resolve clang compile error --- src/Mod/Part/Gui/TaskThickness.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Part/Gui/TaskThickness.cpp b/src/Mod/Part/Gui/TaskThickness.cpp index 380ea3a91..c7c113815 100644 --- a/src/Mod/Part/Gui/TaskThickness.cpp +++ b/src/Mod/Part/Gui/TaskThickness.cpp @@ -211,7 +211,7 @@ bool ThicknessWidget::accept() name.c_str(),d->selection.c_str()); } Gui::Command::doCommand(Gui::Command::Doc,"App.ActiveDocument.%s.Value = %f", - name.c_str(),d->ui.spinOffset->value()); + name.c_str(),d->ui.spinOffset->value().getValue()); Gui::Command::doCommand(Gui::Command::Doc,"App.ActiveDocument.%s.Mode = %i", name.c_str(),d->ui.modeType->currentIndex()); Gui::Command::doCommand(Gui::Command::Doc,"App.ActiveDocument.%s.Join = %i",