diff options
author | Ira Rice <irarice@gmail.com> | 2009-02-10 17:46:02 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-02-10 17:46:02 -0700 |
commit | f5f67e6411fb8338664372c7bc5e8f6cbeda73f4 (patch) | |
tree | 6f96ac33b67e2c109944c51eda2ffb19259752c4 /src/gui/setup_video.h | |
parent | d067d7da8e6ee333a4941d4fe6ee9eb926d37f00 (diff) | |
download | mana-client-f5f67e6411fb8338664372c7bc5e8f6cbeda73f4.tar.gz mana-client-f5f67e6411fb8338664372c7bc5e8f6cbeda73f4.tar.bz2 mana-client-f5f67e6411fb8338664372c7bc5e8f6cbeda73f4.tar.xz mana-client-f5f67e6411fb8338664372c7bc5e8f6cbeda73f4.zip |
Made sure to clean up after all of the dangling pointers in the
Setup_Video tab.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r-- | src/gui/setup_video.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h index 8230569a..13735e0f 100644 --- a/src/gui/setup_video.h +++ b/src/gui/setup_video.h @@ -59,6 +59,13 @@ class Setup_Video : public SetupTab, public gcn::ActionListener, class ModeListModel *mModeListModel; + gcn::Label *speechLabel; + gcn::Label *alphaLabel; + gcn::Label *scrollRadiusLabel; + gcn::Label *scrollLazinessLabel; + gcn::Label *overlayDetailLabel; + gcn::Label *particleDetailLabel; + gcn::ListBox *mModeList; gcn::CheckBox *mFsCheckBox; gcn::CheckBox *mOpenGLCheckBox; |