X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/04d3d36e9e87d194bee4f88859f96d66975cce31..845aa4a50e13e78aed91e159a02dab87c02be9d7:/src/plugins/file_system/FileSystem.hpp 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);