From bf59bc2edbb1f3f4d12bfbd8ed2663fbbb1900c0 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 5 Dec 2014 14:14:32 +0100 Subject: removed fatal flag from LoggableException, added constructor capable of using a PosType --- src/core/Exceptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/Exceptions.cpp') diff --git a/src/core/Exceptions.cpp b/src/core/Exceptions.cpp index 206f5b2..d064f35 100644 --- a/src/core/Exceptions.cpp +++ b/src/core/Exceptions.cpp @@ -26,7 +26,7 @@ namespace ousia { std::string LoggableException::formatMessage(const std::string &msg, const std::string &file, - bool fatal, int line, int column) + int line, int column) { std::stringstream ss; ss << "error "; -- cgit v1.2.3