X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fparsermode.h;h=9d47ae422f8753bfb7a7a16f401e40b615a43729;hb=daca21051927eabee098e422fe5a0990acacfb96;hp=5c9deceb7d2c289b224c7b5a20ed8dc9cf69131d;hpb=e1b8089be727f651fc2022d6e7ff775047730e85;p=libs%2Fdatafile.git diff --git a/source/parsermode.h b/source/parsermode.h index 5c9dece..9d47ae4 100644 --- a/source/parsermode.h +++ b/source/parsermode.h @@ -27,7 +27,7 @@ public: virtual Statement parse() = 0; virtual void process_control_statement(const Statement &) { } - virtual const StatementKey *peek(unsigned) { return 0; } + virtual const StatementKey *peek(unsigned) { return nullptr; } virtual bool parse_and_load(unsigned, Loader &, const LoaderAction &) { return false; } };