X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2FExchangePlugin_Validators.cpp;h=a0117d84ef3131ef50cdd11088287c60c8fb31cc;hb=b67410b7e66bb035081015af2245b62223510474;hp=e08b9854aa48929e6f2c7cf7b659f335d3c88973;hpb=34b2e9bd326e93c1d1834357cf807314ee62bb06;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/ExchangePlugin_Validators.cpp b/src/ExchangePlugin/ExchangePlugin_Validators.cpp index e08b9854a..a0117d84e 100644 --- a/src/ExchangePlugin/ExchangePlugin_Validators.cpp +++ b/src/ExchangePlugin/ExchangePlugin_Validators.cpp @@ -8,6 +8,8 @@ #include +#include + #include #include #include @@ -39,7 +41,7 @@ bool ExchangePlugin_FormatValidator::parseFormats(const std::list& bool ExchangePlugin_FormatValidator::isValid(const AttributePtr& theAttribute, const std::list& theArguments, - std::string& theError) const + Events_InfoMessage& theError) const { if (!theAttribute->isInitialized()) { theError = "Is not initialized.";