From: Frederic Suter Date: Thu, 30 Nov 2017 22:20:09 +0000 (+0100) Subject: use XBT_PULIC_CLASS here too X-Git-Tag: v3.18~196 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f3620187b531484b740c92779b46088c0a5a5273 use XBT_PULIC_CLASS here too --- diff --git a/src/plugins/file_system/FileSystem.hpp b/src/plugins/file_system/FileSystem.hpp index c54256ec33..6535c3d848 100644 --- a/src/plugins/file_system/FileSystem.hpp +++ b/src/plugins/file_system/FileSystem.hpp @@ -87,7 +87,8 @@ private: sg_size_t size_ = 0; }; -class FileDescriptorHostExt { +XBT_PUBLIC_CLASS FileDescriptorHostExt +{ public: static simgrid::xbt::Extension EXTENSION_ID; FileDescriptorHostExt() = default;