Salome HOME
This is an improvement to use one AND filter in the viewer context. It serves to...
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_Validators.cpp
index 7954c540be2e8a9c71230e78021b915c7b35a603..2582ca76e115063bcb941e10ab4d0e586e9e69b4 100644 (file)
@@ -55,7 +55,7 @@ bool ExchangePlugin_ImportFormatValidator::isValid(const AttributePtr& theAttrib
   ModelAPI_ValidatorsFactory* aFactory = aMgr->validators();
   if (theAttribute->isInitialized()) {
     const AttributeStringPtr aStrAttr =
-        boost::dynamic_pointer_cast<ModelAPI_AttributeString>(theAttribute);
+        std::dynamic_pointer_cast<ModelAPI_AttributeString>(theAttribute);
     if(!aStrAttr)
       return false;
     std::string aFileName = aStrAttr->value();