From 33f4b36bb9de2d34e2448d6ae5ea705717a6095f Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 5 Dec 2014 13:50:35 +0100 Subject: added no constructor for LoggableException --- src/core/Exceptions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/Exceptions.cpp') diff --git a/src/core/Exceptions.cpp b/src/core/Exceptions.cpp index 735dac6..206f5b2 100644 --- a/src/core/Exceptions.cpp +++ b/src/core/Exceptions.cpp @@ -25,8 +25,8 @@ namespace ousia { /* Class LoggableException */ std::string LoggableException::formatMessage(const std::string &msg, - const std::string &file, int line, - int column, bool fatal) + const std::string &file, + bool fatal, int line, int column) { std::stringstream ss; ss << "error "; -- cgit v1.2.3