From 8bf668665b107469086f16cb8ad23e47d479d2b4 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:14:37 +0200 Subject: 4.0 --- shared/parse_txt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shared/parse_txt.h') diff --git a/shared/parse_txt.h b/shared/parse_txt.h index ca155dec..479f950e 100644 --- a/shared/parse_txt.h +++ b/shared/parse_txt.h @@ -16,8 +16,8 @@ namespace zen class ExtractLines { public: - ExtractLines(const Zstring& filename, const std::string& lineBreak = std::string()); //throw (FileError) - bool getLine(std::string& output); //throw (FileError) + ExtractLines(const Zstring& filename, const std::string& lineBreak = std::string()); //throw FileError + bool getLine(std::string& output); //throw FileError private: zen::FileInput inputStream; -- cgit