X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FModel%2FModel_ResultConstruction.h;h=151d8a46aec387a6bb68274c1d2fa7a245db11fe;hb=85afcf29664dfb5bda0bc6239c8760d6e424b1f2;hp=837add0fb0c6e05aafb49aae55bf0e524b9c36aa;hpb=0bada2df7b7948c756effe42fe860cc1b93b77af;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultConstruction.h b/src/Model/Model_ResultConstruction.h index 837add0fb..151d8a46a 100644 --- a/src/Model/Model_ResultConstruction.h +++ b/src/Model/Model_ResultConstruction.h @@ -23,7 +23,8 @@ class Model_ResultConstruction : public ModelAPI_ResultConstruction std::shared_ptr myOwner; ///< owner of this result std::shared_ptr myShape; ///< shape of this result created "on the fly" bool myFacesUpToDate; ///< is true if faces in myuFaces are computed and up to date - std::vector > myFaces; ///< stores the up to date faces if they exist + /// stores the up to date faces if they exist + std::vector > myFaces; bool myIsInHistory; bool myIsInfinite; public: