X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultPart.h;h=7ebafd3ea0b22237d2b7e7ed10b3757a35fe0bc6;hb=baa32d4d231be0ed859fc32f1736afcbcfaa1f73;hp=8397a9766969df1b7f1561410ff00dd7ee34717b;hpb=cd84f8e0b0bd741277fabee419292dbcec0d40c3;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultPart.h b/src/Model/Model_ResultPart.h index 8397a9766..7ebafd3ea 100644 --- a/src/Model/Model_ResultPart.h +++ b/src/Model/Model_ResultPart.h @@ -10,7 +10,7 @@ #include "Model.h" #include -/**\class ModelAPI_ResultPart +/**\class Model_ResultPart * \ingroup DataModel * \brief The Part document, result of a creation of new part feature. * @@ -38,7 +38,7 @@ protected: /// Returns true if document is activated (loaded into the memory) virtual bool isActivated(); - friend class Model_Document; + friend class Model_Objects; }; #endif