From 7cdd24293941a0a2fd7a93adf86ce293ece155b8 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Thu, 22 Apr 2021 12:19:27 +0200 Subject: [PATCH] Fix compilation error due to integration of windows porting 894bcbdeb7 --- src/ICoCo/ICoCoField.hxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ICoCo/ICoCoField.hxx b/src/ICoCo/ICoCoField.hxx index ea4959e2e..d87994618 100644 --- a/src/ICoCo/ICoCoField.hxx +++ b/src/ICoCo/ICoCoField.hxx @@ -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. -- 2.30.2