X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5a7a6f80e22273d21c1d2ab0847a0438cb832b92..2b7bf2ece143fd83bafa635a83940f58083e7f18:/src/mc/mc_process.h diff --git a/src/mc/mc_process.h b/src/mc/mc_process.h index d26ca5b2c4..00251e4eb5 100644 --- a/src/mc/mc_process.h +++ b/src/mc/mc_process.h @@ -69,7 +69,7 @@ public: // Read memory: const void* read_bytes(void* buffer, std::size_t size, remote_ptr address, int process_index = ProcessIndexAny, - ReadMode mode = Normal) const override; + ReadMode mode = Normal) const MC_OVERRIDE; void read_variable(const char* name, void* target, size_t size) const; template T read_variable(const char *name) const