diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-13 22:07:29 +0100 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-15 15:06:47 -0700 |
commit | 731dcee8bec7e32d576b0e6a9d98b9a21050362e (patch) | |
tree | b2e289fbe90553f44d289565d46065fa5c41d6f0 /src/gui/setup.h | |
parent | 10a9dbacd9334caede10f1b21d42cdf7e1efcd03 (diff) | |
download | mana-731dcee8bec7e32d576b0e6a9d98b9a21050362e.tar.gz mana-731dcee8bec7e32d576b0e6a9d98b9a21050362e.tar.bz2 mana-731dcee8bec7e32d576b0e6a9d98b9a21050362e.tar.xz mana-731dcee8bec7e32d576b0e6a9d98b9a21050362e.zip |
Merged Tab and TabbedArea from mainline
Changes mostly done by David Athay.
Currently these widgets are only used in the setup window, where they
replace the previously used TabbedContainer.
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r-- | src/gui/setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h index 1ad93cac..8a775093 100644 --- a/src/gui/setup.h +++ b/src/gui/setup.h @@ -48,7 +48,7 @@ class Setup : public Window, public gcn::ActionListener /** * Destructor. */ - virtual ~Setup(); + ~Setup(); /** * Event handling method. |