From: Arnaud Giersch Date: Tue, 13 Mar 2018 10:03:50 +0000 (+0100) Subject: Mark function XBT_PUBLIC. X-Git-Tag: v3.19~72 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/12b45143ea8533879bc414ca765412ae48c1c3a0 Mark function XBT_PUBLIC. --- diff --git a/include/simgrid/s4u/Storage.hpp b/include/simgrid/s4u/Storage.hpp index bc24f9329f..fd86ba2db6 100644 --- a/include/simgrid/s4u/Storage.hpp +++ b/include/simgrid/s4u/Storage.hpp @@ -21,7 +21,7 @@ extern template class XBT_PUBLIC() Extendable; } namespace s4u { -void getStorageList(std::map* whereTo); +XBT_PUBLIC(void) getStorageList(std::map* whereTo); XBT_PUBLIC_CLASS Storage : public simgrid::xbt::Extendable {