From 845aa4a50e13e78aed91e159a02dab87c02be9d7 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 30 Nov 2017 23:05:25 +0100 Subject: [PATCH] Hopefully fix build on appveyor (mingw). --- src/plugins/file_system/FileSystem.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/file_system/FileSystem.hpp b/src/plugins/file_system/FileSystem.hpp index 7711c272e8..6af95aaa09 100644 --- a/src/plugins/file_system/FileSystem.hpp +++ b/src/plugins/file_system/FileSystem.hpp @@ -68,7 +68,7 @@ private: void* userdata_ = nullptr; }; -class FileSystemStorageExt { +XBT_PUBLIC_CLASS FileSystemStorageExt { public: static simgrid::xbt::Extension EXTENSION_ID; explicit FileSystemStorageExt(Storage* ptr); -- 2.20.1