From: Arnaud Giersch Date: Fri, 22 Feb 2019 21:07:01 +0000 (+0100) Subject: Fix build error with mingw. X-Git-Tag: v3_22~260 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cc9a948197e58c92794488b53337b770cab6abad Fix build error with mingw. --- diff --git a/src/simix/ActorImpl.hpp b/src/simix/ActorImpl.hpp index 0d7ea73fcd..f8d8102050 100644 --- a/src/simix/ActorImpl.hpp +++ b/src/simix/ActorImpl.hpp @@ -23,7 +23,7 @@ namespace simgrid { namespace kernel { namespace actor { -class ActorImpl : public surf::PropertyHolder { +class XBT_PUBLIC ActorImpl : public surf::PropertyHolder { s4u::Host* host_ = nullptr; /* the host on which the actor is running */ void* userdata_ = nullptr; /* kept for compatibility, it should be replaced with moddata */ aid_t pid_ = 0;