X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fparser.cpp;h=7d0bb3b465d7d2f1a8c36db3826aa60bdcdc90f8;hb=daca21051927eabee098e422fe5a0990acacfb96;hp=7e4d3dd7f93942b9d4c9c3b69f2715d93b25b492;hpb=705aca1ca0f63e7314a25f528e6e7c76765c04b8;p=libs%2Fdatafile.git diff --git a/source/parser.cpp b/source/parser.cpp index 7e4d3dd..7d0bb3b 100644 --- a/source/parser.cpp +++ b/source/parser.cpp @@ -103,7 +103,7 @@ const StatementKey *Parser::peek(unsigned level) return key; } - return 0; + return nullptr; } bool Parser::parse_and_load(unsigned level, Loader &ldr, const LoaderAction &act)