X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/164f26e363e3e855d74b681b208847807d3bbcd8..HEAD:/named_object_list.h diff --git a/named_object_list.h b/named_object_list.h index 2c691fa..7731a89 100644 --- a/named_object_list.h +++ b/named_object_list.h @@ -65,7 +65,7 @@ public: if (it != assoc.end()) return (*it->second)(); else - return NULL; + return nullptr; } const std::string& get_name(iterator& it) const { return it->first; } @@ -130,7 +130,7 @@ public: if (it != assoc.end()) return (*it->second)(arg1, arg2); else - return NULL; + return nullptr; } const std::string& get_name(iterator& it) const { return it->first; }