From b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 7 Sep 2012 22:09:11 +0300 Subject: Improve constructors in some classes. --- src/gui/npcdialog.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/gui/npcdialog.h') diff --git a/src/gui/npcdialog.h b/src/gui/npcdialog.h index 2d7ed5149..02479c4b1 100644 --- a/src/gui/npcdialog.h +++ b/src/gui/npcdialog.h @@ -223,8 +223,8 @@ class NpcDialog : public Window, public gcn::ActionListener, std::string mDefaultString; // Used for the main input area - gcn::ScrollArea *mScrollArea; BrowserBox *mTextBox; + gcn::ScrollArea *mScrollArea; //TextBox *mTextBox; std::string mText; std::string mNewText; @@ -241,12 +241,10 @@ class NpcDialog : public Window, public gcn::ActionListener, IntTextField *mIntField; Button *mPlusButton; Button *mMinusButton; - Button *mClearButton; // Used for the button Button *mButton; - Button *mButton2; // Will reset the text and integer input to the provided default -- cgit v1.2.3-60-g2f50