From 7b9fe804a453d1b4232acf088d92be25afd5822e Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 8 Mar 2018 22:09:05 +0100 Subject: [PATCH] Use XBT_PUBLIC_CLASS (for mingw). --- src/kernel/routing/DragonflyZone.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1