Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Use the real override
[simgrid.git] / src / mc / mc_process.h
index 8aee3c0..81002ab 100644 (file)
@@ -72,7 +72,7 @@ public:
   // Read memory:
   const void* read_bytes(void* buffer, std::size_t size,
     remote_ptr<void> address, int process_index = ProcessIndexAny,
-    ReadMode mode = Normal) const MC_OVERRIDE;
+    ReadMode mode = Normal) const override;
   void read_variable(const char* name, void* target, size_t size) const;
   template<class T>
   T read_variable(const char *name) const