]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/input.h
Require mspcore instead of mspmisc
[libs/datafile.git] / source / input.h
index 12d3eff08dff23156fe3f43a59037157e21aface..f5cd3ed24c605797aa0223f5d922cc1ea87f2d01 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_INPUT_H_
@@ -18,7 +18,7 @@ public:
        int get();
        int peek();
        unsigned get_line_number() const { return line; }
-       operator bool() const { return (bool)in; }
+       operator bool() const { return in; }
 private:
        std::istream ∈
        unsigned line;