From: Martin Quinson Date: Wed, 15 Mar 2017 16:40:49 +0000 (+0100) Subject: fix windows build X-Git-Tag: v3_15~104^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f362f917a0872a2d1394ce2c10d4813934398e70?ds=sidebyside fix windows build --- diff --git a/include/simgrid/s4u/Actor.hpp b/include/simgrid/s4u/Actor.hpp index c7acc5b97a..72a5c6e565 100644 --- a/include/simgrid/s4u/Actor.hpp +++ b/include/simgrid/s4u/Actor.hpp @@ -294,10 +294,10 @@ namespace this_actor { XBT_PUBLIC(int) pid(); /** @brief Returns the PPID of the current actor. */ - int ppid(); + XBT_PUBLIC(int) ppid(); /** @brief Returns the name of the current actor. */ - std::string name(); + XBT_PUBLIC(std::string) name(); }; /** @} */