diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-01-27 18:57:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-01-27 18:57:02 +0300 |
commit | 9d885eab232de0acdf95405a996ed749fdbeea54 (patch) | |
tree | 3d1b0ae37bf6cec64364f7293f1b35ec4856fce2 /src/guichan/include/guichan/exception.hpp | |
parent | 6efadd44eea9af2bd4ea5d9b6b5f6fd998408e4c (diff) | |
download | plus-9d885eab232de0acdf95405a996ed749fdbeea54.tar.gz plus-9d885eab232de0acdf95405a996ed749fdbeea54.tar.bz2 plus-9d885eab232de0acdf95405a996ed749fdbeea54.tar.xz plus-9d885eab232de0acdf95405a996ed749fdbeea54.zip |
remove platform.hpp from guichan sources.
Diffstat (limited to 'src/guichan/include/guichan/exception.hpp')
-rw-r--r-- | src/guichan/include/guichan/exception.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/guichan/include/guichan/exception.hpp b/src/guichan/include/guichan/exception.hpp index 63809196d..f74bfa58f 100644 --- a/src/guichan/include/guichan/exception.hpp +++ b/src/guichan/include/guichan/exception.hpp @@ -47,8 +47,6 @@ #include <string> -#include "guichan/platform.hpp" - #include "localconsts.h" #ifndef __FUNCTION__ @@ -85,7 +83,7 @@ namespace gcn * throw GCN_EXCEPTION("my error message"); * @endcode */ - class GCN_CORE_DECLSPEC Exception final + class Exception final { public: /** |