X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_ColorDialog.cpp;h=8c6948b9f6d00bf260e56e23de28497e18ddb5bb;hb=116001f1015b8567ac4426e3a13c8cb8a0b32052;hp=16cb5167b1bf432c3fdddd0f668724bf7e284ca3;hpb=ea32c5f140b88533497d4b1222f08ea8e04a040c;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_ColorDialog.cpp b/src/XGUI/XGUI_ColorDialog.cpp index 16cb5167b..8c6948b9f 100644 --- a/src/XGUI/XGUI_ColorDialog.cpp +++ b/src/XGUI/XGUI_ColorDialog.cpp @@ -85,7 +85,8 @@ void appendValues(std::vector& theRGB, const int theRed, const int theGreen bool containsValues(std::map >& theColorMap, std::vector& theValues) { - std::map >::const_iterator anIt = theColorMap.begin(), aLast = theColorMap.end(); + std::map >::const_iterator anIt = theColorMap.begin(), + aLast = theColorMap.end(); bool isFound = false; for (; anIt != aLast && !isFound; anIt++) { std::vector aValues = anIt->second;