From: Martin Quinson Date: Sun, 7 Feb 2016 23:48:34 +0000 (+0100) Subject: mark as override a method that does X-Git-Tag: v3_13~929 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9f6dcf744e4ee2d2a37a502be2d365d48290d5c6 mark as override a method that does --- diff --git a/src/surf/storage_n11.hpp b/src/surf/storage_n11.hpp index e27a296b58..8d9e65c5e1 100644 --- a/src/surf/storage_n11.hpp +++ b/src/surf/storage_n11.hpp @@ -31,7 +31,7 @@ public: StorageN11Model(); ~StorageN11Model(); Storage *createStorage(const char* id, const char* type_id, - const char* content_name, const char* content_type, xbt_dict_t properties, const char* attach); + const char* content_name, const char* content_type, xbt_dict_t properties, const char* attach) override; void addTraces() override {DIE_IMPOSSIBLE;} double next_occuring_event(double now) override; void updateActionsState(double now, double delta) override;