X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4bb73cb3914b5f7b77a9ec1f8abe728e637cc016..6af348b861fc72e45173e89c5f9540cefb6ee252:/include/xbt/config.hpp diff --git a/include/xbt/config.hpp b/include/xbt/config.hpp index 5585106c7b..a4e7517287 100644 --- a/include/xbt/config.hpp +++ b/include/xbt/config.hpp @@ -23,7 +23,7 @@ namespace simgrid { namespace config { -XBT_PUBLIC_CLASS missing_key_error : public std::runtime_error { +class XBT_PUBLIC missing_key_error : public std::runtime_error { public: explicit missing_key_error(const std::string& what) : std::runtime_error(what) {}