From: Arnaud Giersch Date: Thu, 8 Mar 2018 21:09:05 +0000 (+0100) Subject: Use XBT_PUBLIC_CLASS (for mingw). X-Git-Tag: v3.19~123 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7b9fe804a453d1b4232acf088d92be25afd5822e Use XBT_PUBLIC_CLASS (for mingw). --- diff --git a/src/kernel/routing/DragonflyZone.hpp b/src/kernel/routing/DragonflyZone.hpp index 70d85def19..f676e410b6 100644 --- a/src/kernel/routing/DragonflyZone.hpp +++ b/src/kernel/routing/DragonflyZone.hpp @@ -58,7 +58,7 @@ public: * is also not realistic, as blue level can use more links than a single * Aries can handle, thus it should use several routers. */ -class DragonflyZone : public ClusterZone { +XBT_PUBLIC_CLASS DragonflyZone : public ClusterZone { public: explicit DragonflyZone(NetZone* father, std::string name); ~DragonflyZone() override;