X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultCompSolid.cpp;h=f7cbeba3ce63902964d5bc25827e3b9206cef889;hb=530f5aff42069e844c4a4ef164088ea23ba0e2dd;hp=87241ee29c474db6a7a3b7d313c673febfc2c24d;hpb=03b823cbbe43236117bc50c34398f3ce273f729b;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultCompSolid.cpp b/src/Model/Model_ResultCompSolid.cpp index 87241ee29..f7cbeba3c 100755 --- a/src/Model/Model_ResultCompSolid.cpp +++ b/src/Model/Model_ResultCompSolid.cpp @@ -60,7 +60,7 @@ void Model_ResultCompSolid::storeModified(const std::shared_ptr& int Model_ResultCompSolid::numberOfSubs(bool forTree) const { - return mySubs.size(); + return int(mySubs.size()); } std::shared_ptr Model_ResultCompSolid::subResult(const int theIndex,