From: Arnaud Giersch Date: Thu, 30 Nov 2017 22:05:25 +0000 (+0100) Subject: Hopefully fix build on appveyor (mingw). X-Git-Tag: v3.18~197^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/845aa4a50e13e78aed91e159a02dab87c02be9d7?ds=inline Hopefully fix build on appveyor (mingw). --- 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);