]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/loader.h
Use nullptr instead of 0 for pointers
[libs/datafile.git] / source / loader.h
index 926a2a16a4adbf2d542701867a47358ad09a3467..85e26d938b0aba5ac8a5efb67d5593e8c7137f45 100644 (file)
@@ -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 *);