X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/a6b73fab30fa59bb7ce701ebec47e52e1d373e26..4d5ec9803b74d0f3e9c002a92a748bd08b6640ac:/named_object_list.h?ds=sidebyside 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; }