summaryrefslogtreecommitdiff
path: root/src/core/Exceptions.cpp
diff options
context:
space:
mode:
authorBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2014-12-05 14:16:27 +0100
committerBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2014-12-05 14:16:27 +0100
commit30765a8bbf30aafad89a632afc39966c5b4029b8 (patch)
treeb9540230f7ac8ac68d66caf7d727e7413a56f631 /src/core/Exceptions.cpp
parentfddd8a6fc3c9a7971111a345a83283a0a1662f9f (diff)
parentbf59bc2edbb1f3f4d12bfbd8ed2663fbbb1900c0 (diff)
Merge branch 'master' of somweyr.de:ousia
Diffstat (limited to 'src/core/Exceptions.cpp')
-rw-r--r--src/core/Exceptions.cpp4
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 ";