diff options
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index 8c9376d9..39f9ab1c 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -25,6 +25,7 @@ #define _TMW_CHAT_H #include <guichan.hpp> +#include "../resources/image.h" #include <SDL.h> #include <list> #include <string> @@ -170,7 +171,7 @@ class ChatBox : public gcn::Widget { std::string const_msg(CHATSKILL); // The Alpha-Blended Surface for the background transluency effect. - SDL_Surface *chatBoxBackground; + Image *chatBoxBackground; }; #endif |