]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ExchangeAPI/ExchangeAPI_Import.h
Salome HOME
Use full attribute type name in INTERFACE_N
[modules/shaper.git] / src / ExchangeAPI / ExchangeAPI_Import.h
index 0d9900d6ef5806c45d93f49dc2d4a2395a55767b..095172a18964edbcb61732e5d48f167dab00d9c9 100644 (file)
@@ -36,14 +36,14 @@ public:
   virtual ~ExchangeAPI_Import();
 
   INTERFACE_1(ExchangePlugin_ImportFeature::ID(),
-              filePath, ExchangePlugin_ImportFeature::FILE_PATH_ID(), String, /** File path */)
+              filePath, ExchangePlugin_ImportFeature::FILE_PATH_ID(), ModelAPI_AttributeString, /** File path */)
 
   /// Set point values
   EXCHANGEAPI_EXPORT
   void setFilePath(const std::string & theFilePath);
 };
 
-//! Importer on Import object
+//! Pointer on Import object
 typedef std::shared_ptr<ExchangeAPI_Import> ImportPtr;
 
 /**\ingroup CPPHighAPI