]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/mc_process.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix missing #include in Windows
[simgrid.git] / src / mc / mc_process.h
index 8aee3c0900496f3bbcb25537997c33cee02e0e2f..100ee17f11871d7e3dbd1a5783f50cf96e57136a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008-2014. The SimGrid Team.
+/* Copyright (c) 2008-2015. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -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