From fc6e4c75e29c26b46af5d0c17bbd124211563e4c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 16 Apr 2011 22:00:30 +0300 Subject: Fix some possible memory leaks. --- src/gui/textcommandeditor.h | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'src/gui/textcommandeditor.h') diff --git a/src/gui/textcommandeditor.h b/src/gui/textcommandeditor.h index 9f8c0ad51..cb88b8160 100644 --- a/src/gui/textcommandeditor.h +++ b/src/gui/textcommandeditor.h @@ -29,15 +29,18 @@ #include -class RadioButton; -class Label; -class TextBox; -class TextField; +class Button; class DropDown; +class IconsModal; +class IntTextField; +class Label; class ListModel; -class Button; +class MagicSchoolModel; +class RadioButton; +class TargetTypeModel; +class TextBox; class TextCommand; -class IntTextField; +class TextField; class TextCommandEditor : public Window, public gcn::ActionListener { @@ -92,6 +95,9 @@ class TextCommandEditor : public Window, public gcn::ActionListener DropDown *mSchoolDropDown; Label *mSchoolLvlLabel; IntTextField *mSchoolLvlField; + IconsModal *mIconsModal; + TargetTypeModel *mTargetTypeModel; + MagicSchoolModel *mMagicSchoolModel; //Button *mAdvancedButton; Button *mCancelButton; -- cgit v1.2.3-70-g09d2