X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fparser.cpp;h=06e5a8c33745e78e3855a32f4148e939e93e390f;hp=82ac0069b95d4f22e3d0de1ab0c0b66b04c76423;hb=6dd94a7fe90c6467024685fbac769067ddb74688;hpb=55592b9eeaff3d41e5f03b9c0c1566ed508f38a5 diff --git a/source/parser.cpp b/source/parser.cpp index 82ac006..06e5a8c 100644 --- a/source/parser.cpp +++ b/source/parser.cpp @@ -16,7 +16,7 @@ using namespace std; namespace Msp { namespace DataFile { -Parser::Parser(istream &i, const string &s): +Parser::Parser(IO::Base &i, const string &s): in(i), src(s), good(true),