]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Fix compilation error due to integration of windows porting 894bcbdeb7
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 22 Apr 2021 10:19:27 +0000 (12:19 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 22 Apr 2021 10:19:27 +0000 (12:19 +0200)
src/ICoCo/ICoCoField.hxx

index ea4959e2ef033e126554e638f0329f5b18e8b1ea..d879946180917dbfddc574684b61ff05abee72a1 100644 (file)
@@ -34,7 +34,11 @@ namespace ICoCo
    *
    * The Field class holds the name of the field.
    */
+#ifndef SWIG
   class MEDCOUPLINGICOCO_EXPORT Field
+#else
+  class Field
+#endif
   {
   public:
     /*! @brief Set the name of the field.