X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FModelAPI%2FModelAPI_Result.h;h=472fe0056924b7b43f3658d172c19469438e9be2;hb=c8a838ed76da0c6784bcd1ee67ef9af7da994bf7;hp=daad432e75dbdc2de59a1b42c977bc982d342d0a;hpb=a24b7e6f4d112d5e7889fd76f030298fc428cd01;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_Result.h b/src/ModelAPI/ModelAPI_Result.h index daad432e7..472fe0056 100644 --- a/src/ModelAPI/ModelAPI_Result.h +++ b/src/ModelAPI/ModelAPI_Result.h @@ -43,7 +43,8 @@ class ModelAPI_Result : public ModelAPI_Object } // Retuns the parameters of color definition in the resources config manager - virtual void colorConfigInfo(std::string& theSection, std::string& theName, std::string& theDefault) {} + virtual void colorConfigInfo(std::string& theSection, std::string& theName, + std::string& theDefault) {} /// Request for initialization of data model of the result: adding all attributes virtual void initAttributes() {};