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