From 7f3377c45dd56a56dda26e2f9ecee83527f6f47a Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 12 Dec 2017 15:26:55 +0100 Subject: [PATCH] Missing XBT_PUBLIC. --- include/simgrid/s4u/Exec.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/simgrid/s4u/Exec.hpp b/include/simgrid/s4u/Exec.hpp index ada9cb9848..4c7b4b3355 100644 --- a/include/simgrid/s4u/Exec.hpp +++ b/include/simgrid/s4u/Exec.hpp @@ -21,7 +21,7 @@ XBT_PUBLIC_CLASS Exec : public Activity public: friend XBT_PUBLIC(void) intrusive_ptr_release(simgrid::s4u::Exec* e); friend XBT_PUBLIC(void) intrusive_ptr_add_ref(simgrid::s4u::Exec* e); - friend ExecPtr this_actor::exec_init(double flops_amount); + friend XBT_PUBLIC(ExecPtr) this_actor::exec_init(double flops_amount); ~Exec() = default; -- 2.20.1