]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/parser.h
Require mspcore instead of mspmisc
[libs/datafile.git] / source / parser.h
index 107bb3f9c53b83256e441f6ac6f4de5446e8658c..9b847c6675d7d397904b190355767c7b807c525f 100644 (file)
@@ -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;