Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace "XBT_PUBLIC_CLASS" with "class XBT_PUBLIC".
[simgrid.git] / src / kernel / resource / Model.hpp
index e947ad3..f1123d6 100644 (file)
@@ -16,8 +16,7 @@ namespace resource {
  * @brief SURF model interface class
  * @details A model is an object which handle the interactions between its Resources and its Actions
  */
-XBT_PUBLIC_CLASS Model
-{
+class XBT_PUBLIC Model {
 public:
   Model();
   virtual ~Model();