Salome HOME
Improvement of "Updater" algorithms
[modules/shaper.git] / src / Model / Model_ResultCompSolid.cpp
index 87241ee29c474db6a7a3b7d313c673febfc2c24d..f7cbeba3ce63902964d5bc25827e3b9206cef889 100755 (executable)
@@ -60,7 +60,7 @@ void Model_ResultCompSolid::storeModified(const std::shared_ptr<GeomAPI_Shape>&
 
 int Model_ResultCompSolid::numberOfSubs(bool forTree) const
 {
-  return mySubs.size();
+  return int(mySubs.size());
 }
 
 std::shared_ptr<ModelAPI_ResultBody> Model_ResultCompSolid::subResult(const int theIndex,