From: Arnaud Giersch Date: Tue, 9 Jul 2019 07:32:10 +0000 (+0200) Subject: Specify visibility (hide warning). X-Git-Tag: v3.24~372 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8e0b21989ae43fe6e4452dd3571ad91297b46581?hp=9f808ab5abb0829e8621127b3d27dea8630e117a Specify visibility (hide warning). --- diff --git a/src/mc/Session.hpp b/src/mc/Session.hpp index ecdb31dcbd..ab21a05b71 100644 --- a/src/mc/Session.hpp +++ b/src/mc/Session.hpp @@ -21,7 +21,7 @@ namespace mc { * algorithms should be able to be written in high-level languages * (e.g. Python) using bindings on this interface. */ -class Session { +class XBT_PUBLIC Session { private: std::unique_ptr model_checker_; std::shared_ptr initial_snapshot_;