--- a/src/toolsets/algorithmtoolset.cpp Mon Aug 31 20:50:12 2015 +0300 +++ b/src/toolsets/algorithmtoolset.cpp Mon Aug 31 21:38:58 2015 +0300 @@ -38,9 +38,9 @@ #include "ui_addhistoryline.h" #include "algorithmtoolset.h" -ConfigOption (int roundPositionPrecision = 3) -ConfigOption (int roundMatrixPrecision = 4) -ConfigOption (int splitLinesSegments = 5) +ConfigOption (int RoundPositionPrecision = 3) +ConfigOption (int RoundMatrixPrecision = 4) +ConfigOption (int SplitLinesSegments = 5) AlgorithmToolset::AlgorithmToolset (MainWindow* parent) : Toolset (parent)