diff options
Diffstat (limited to 'src/core/Exceptions.cpp')
-rw-r--r-- | src/core/Exceptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 "; |