X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d6d03a0a88c2673c9e5c604d63912b77bc17fdd4..7820e0e1436e6b1c4968e2bb7653285a5a11b0bc:/src/xbt/string.cpp diff --git a/src/xbt/string.cpp b/src/xbt/string.cpp index afc6445cee..7872cdc828 100644 --- a/src/xbt/string.cpp +++ b/src/xbt/string.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2015. The SimGrid Team. +/* Copyright (c) 2015-2017. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -17,7 +17,7 @@ namespace xbt { #if SIMGRID_HAVE_MC -const char string::NUL = '\0'; +char string::NUL = '\0'; #endif