X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Floader.h;fp=source%2Floader.h;h=85e26d938b0aba5ac8a5efb67d5593e8c7137f45;hp=926a2a16a4adbf2d542701867a47358ad09a3467;hb=daca21051927eabee098e422fe5a0990acacfb96;hpb=9d0291952255969770e4978a0fe9e7e4839359c8 diff --git a/source/loader.h b/source/loader.h index 926a2a1..85e26d9 100644 --- a/source/loader.h +++ b/source/loader.h @@ -130,7 +130,7 @@ protected: /** Adds a keyword that is recognized but ignored. */ void add(const std::string &k) - { add(k, 0); } + { add(k, nullptr); } private: void add(const std::string &, LoaderAction *);