X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d23a5940a60ad4dcf27b09c31cb284f9cd9b2f9d..6af348b861fc72e45173e89c5f9540cefb6ee252:/include/xbt/replay.hpp diff --git a/include/xbt/replay.hpp b/include/xbt/replay.hpp index bad7a8573b..dcbfa212c3 100644 --- a/include/xbt/replay.hpp +++ b/include/xbt/replay.hpp @@ -21,7 +21,7 @@ namespace xbt { typedef std::vector ReplayAction; static std::unordered_map*> action_queues; -XBT_PUBLIC_DATA(std::ifstream*) action_fs; +XBT_PUBLIC_DATA std::ifstream* action_fs; XBT_PUBLIC int replay_runner(int argc, char* argv[]); } }