aboutsummaryrefslogtreecommitdiff
path: root/src/game/Chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Chat.h')
-rw-r--r--src/game/Chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Chat.h b/src/game/Chat.h
index 2fe4e245e6e..1f4b1490c58 100644
--- a/src/game/Chat.h
+++ b/src/game/Chat.h
@@ -41,7 +41,7 @@ class ChatCommand
ChatCommand * ChildCommands;
};
-class TRINITY_DLL_SPEC ChatHandler
+class ChatHandler
{
public:
explicit ChatHandler(WorldSession* session) : m_session(session) {}