Salome HOME
Windows porting on swig2.0.9
[modules/med.git] / src / MEDLoader / MEDFileField.hxx
index 069311afed8d7eca03b890862c681dd7f3535b35..9cb29b6fb60f546e67685e5f720ce00896849690 100644 (file)
@@ -1042,7 +1042,7 @@ std::vector< std::vector<DataArrayDouble *> > getFieldSplitedByType2(int iterati
     MEDFileIntFieldMultiTS(const char *fileName, const char *fieldName, bool loadAll) throw(INTERP_KERNEL::Exception);
   };
 
-  class MEDCOUPLING_EXPORT MEDFileAnyTypeFieldMultiTSIterator
+  class MEDLOADER_EXPORT MEDFileAnyTypeFieldMultiTSIterator
   {
   public:
     MEDFileAnyTypeFieldMultiTSIterator(MEDFileAnyTypeFieldMultiTS *fmts);
@@ -1110,7 +1110,7 @@ std::vector< std::vector<DataArrayDouble *> > getFieldSplitedByType2(int iterati
     std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileAnyTypeFieldMultiTSWithoutSDA> > _fields;
   };
 
-  class MEDCOUPLING_EXPORT MEDFileFieldsIterator
+  class MEDLOADER_EXPORT MEDFileFieldsIterator
   {
   public:
     MEDFileFieldsIterator(MEDFileFields *fs);