Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use more vector and strings for xbt_log.
[simgrid.git] / src / xbt / xbt_log_layout_format.cpp
index 854968e..06c9a73 100644 (file)
@@ -179,7 +179,7 @@ static void xbt_log_layout_format_free(xbt_log_layout_t lay)
   xbt_free(lay->data);
 }
 
-xbt_log_layout_t xbt_log_layout_format_new(char *arg)
+xbt_log_layout_t xbt_log_layout_format_new(const char* arg)
 {
   xbt_log_layout_t res = xbt_new0(s_xbt_log_layout_t, 1);
   res->do_layout       = &xbt_log_layout_format_doit;