summaryrefslogtreecommitdiff
path: root/src/gui/npc_text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/npc_text.h')
-rw-r--r--src/gui/npc_text.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/npc_text.h b/src/gui/npc_text.h
index a07aa04f..cd1f58a5 100644
--- a/src/gui/npc_text.h
+++ b/src/gui/npc_text.h
@@ -78,8 +78,7 @@ class NpcTextDialog : public Window, public gcn::ActionListener
void widgetResized(const gcn::Event &event);
private:
- gcn::Button *okButton;
- gcn::ScrollArea *scrollArea;
+ gcn::ScrollArea *mScrollArea;
TextBox *mTextBox;
std::string mText;