X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/ba8a9c5fbc92dc95fc99d8078b3474fd2fd5a043..c4e7c13743a9d1e8dfa5dc27d4b2fa3aaf1557ab:/named_object_list.h?ds=inline diff --git a/named_object_list.h b/named_object_list.h index d3fb20c..03bf00d 100644 --- a/named_object_list.h +++ b/named_object_list.h @@ -145,7 +145,7 @@ public: //=================== -#define THIS_INSERT(name, descr, class) insert(name, new creator(descr)) +#define NOL_INSERT(name, descr, class) insert(name, new creator(descr)) #endif // !NAMED_OBJECT_LIST_H