diff options
Diffstat (limited to 'src/core/Exceptions.cpp')
-rw-r--r-- | src/core/Exceptions.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/Exceptions.cpp b/src/core/Exceptions.cpp index 735dac6..d064f35 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, + int line, int column) { std::stringstream ss; ss << "error "; |