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

Public GIT Repository
bump C++ to 14 in smpicxx as well
[simgrid.git] / src / mc / inspect / mc_dwarf.hpp
index d24ebe97d12cdeda54eb6552d2146b1688216e7e..392fe30d69cb6f4199201353f3701b44b023f835 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2008-2020. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -16,7 +16,7 @@ namespace dwarf {
 XBT_PRIVATE const char* attrname(int attr);
 XBT_PRIVATE const char* tagname(int tag);
 
-XBT_PRIVATE void* resolve_member(const void* base, simgrid::mc::Type* type, simgrid::mc::Member* member,
+XBT_PRIVATE void* resolve_member(const void* base, const simgrid::mc::Type* type, const simgrid::mc::Member* member,
                                  const simgrid::mc::AddressSpace* snapshot);
 
 XBT_PRIVATE