X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fparser.h;h=9b847c6675d7d397904b190355767c7b807c525f;hb=9094bc6a657e5587e7e17827c35e3fd388fb91ec;hp=107bb3f9c53b83256e441f6ac6f4de5446e8658c;hpb=5453824394771ca21de32088a2842486b63e6f6d;p=libs%2Fdatafile.git diff --git a/source/parser.h b/source/parser.h index 107bb3f..9b847c6 100644 --- a/source/parser.h +++ b/source/parser.h @@ -1,6 +1,6 @@ /* This file is part of libmspparser -Copyright © 2006 Mikko Rasa, Mikkosoft Productions +Copyright © 2006 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ #ifndef MSP_PARSER_PARSER_H_ @@ -21,7 +21,7 @@ class Parser public: Parser(std::istream &, const std::string &); Statement parse(); - operator bool() const { return (bool)in; } + operator bool() const { return in; } private: Input in; std::string src;