diff options
Diffstat (limited to 'src/depricatedevent.cpp')
-rw-r--r-- | src/depricatedevent.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/depricatedevent.cpp b/src/depricatedevent.cpp index 0d5ffca7b..8f0eadf82 100644 --- a/src/depricatedevent.cpp +++ b/src/depricatedevent.cpp @@ -62,7 +62,8 @@ int DepricatedEvent::getInt(const std::string &key) const } void DepricatedEvent::setString(const std::string &key, - const std::string &value) throw (BadDepricatedEvent) + const std::string &value) + throw (BadDepricatedEvent) { if (mData.find(key) != mData.end()) throw KEY_ALREADY_EXISTS; |