diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-05-13 21:38:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-05-13 21:38:48 +0300 |
commit | 9cae83ad91a9d45fccc617eb9756ea83a5831e65 (patch) | |
tree | a1a165b3bea370fd4207fd48fa6b60b55cacf129 /src/gui/chatwindow.h | |
parent | 12e311bd5261078e02bffe63e125f89ae1a57209 (diff) | |
download | plus-9cae83ad91a9d45fccc617eb9756ea83a5831e65.tar.gz plus-9cae83ad91a9d45fccc617eb9756ea83a5831e65.tar.bz2 plus-9cae83ad91a9d45fccc617eb9756ea83a5831e65.tar.xz plus-9cae83ad91a9d45fccc617eb9756ea83a5831e65.zip |
Remove guichanfwd.h.
Diffstat (limited to 'src/gui/chatwindow.h')
-rw-r--r-- | src/gui/chatwindow.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/chatwindow.h b/src/gui/chatwindow.h index 336f0cb72..e0ab7bc2d 100644 --- a/src/gui/chatwindow.h +++ b/src/gui/chatwindow.h @@ -51,6 +51,11 @@ class ItemLinkHandler; class Tab; class WhisperTab; +namespace gcn +{ + class DropDown; +} + #define DEFAULT_CHAT_WINDOW_SCROLL 7 // 1 means `1/8th of the window size'. enum Own |