From 7f607a0f58a9eba53237955c06bf445c71d57b6c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 29 Mar 2012 02:26:54 +0300 Subject: Fix code style. --- src/depricatedevent.cpp | 3 ++- src/dropshortcut.cpp | 1 - src/spellshortcut.cpp | 1 - 3 files changed, 2 insertions(+), 3 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; diff --git a/src/dropshortcut.cpp b/src/dropshortcut.cpp index 410af8739..4deb8901d 100644 --- a/src/dropshortcut.cpp +++ b/src/dropshortcut.cpp @@ -28,7 +28,6 @@ #include "localplayer.h" #include "playerinfo.h" -#include "gui/chatwindow.h" #include "gui/widgets/chattab.h" #include "net/inventoryhandler.h" diff --git a/src/spellshortcut.cpp b/src/spellshortcut.cpp index 27ccc1646..0f8697f79 100644 --- a/src/spellshortcut.cpp +++ b/src/spellshortcut.cpp @@ -26,7 +26,6 @@ #include "spellshortcut.h" #include "localplayer.h" -#include "gui/chatwindow.h" #include "gui/widgets/chattab.h" #include "net/inventoryhandler.h" -- cgit v1.2.3-60-g2f50