From f73656a5f854bbde8aaf727c09d31a9215b1e041 Mon Sep 17 00:00:00 2001 From: José Ávila Date: Fri, 3 Jun 2005 06:18:17 +0000 Subject: Modification in help system --- src/gui/help.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/gui/help.h') diff --git a/src/gui/help.h b/src/gui/help.h index 17821765..6c6bec13 100644 --- a/src/gui/help.h +++ b/src/gui/help.h @@ -24,7 +24,6 @@ #ifndef _TMW_HELP_H #define _TMW_HELP_H -#include #include "window.h" #include "scrollarea.h" #include "button.h" @@ -64,13 +63,13 @@ class HelpWindow : public Window, public gcn::ActionListener /** * Load help in the dialog. */ - void loadHelp(std::string& helpFile); + void loadHelp(std::string helpFile); private: std::vector links; gcn::Button *okButton; gcn::TextBox *textBox; - gcn::ScrollArea *scrollArea; + ScrollArea *scrollArea; }; #endif -- cgit v1.2.3-60-g2f50