Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines with new year.
[simgrid.git] / include / simgrid / jedule / jedule.hpp
index d742137..d8fc2e1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2010-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 jedule{
 
 class XBT_PUBLIC Jedule {
 public:
-  Jedule(const std::string& name) : root_container_(name) {}
+  explicit Jedule(const std::string& name) : root_container_(name) {}
   std::vector<Event> event_set_;
   Container root_container_;
   void add_meta_info(char* key, char* value);