diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-06 15:56:17 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-06 15:56:17 +0000 |
commit | 53fb1cbd19ca1b71158922625e5b82ad88804626 (patch) | |
tree | 7a6296546199f4ee93515c609ab9ef47dd624635 /src/gui/window.h | |
parent | 6ede9757b3001544718a736024da861a0d710cbb (diff) | |
download | mana-53fb1cbd19ca1b71158922625e5b82ad88804626.tar.gz mana-53fb1cbd19ca1b71158922625e5b82ad88804626.tar.bz2 mana-53fb1cbd19ca1b71158922625e5b82ad88804626.tar.xz mana-53fb1cbd19ca1b71158922625e5b82ad88804626.zip |
Added files to list and removed some old tmw.ini values.
Diffstat (limited to 'src/gui/window.h')
-rw-r--r-- | src/gui/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/window.h b/src/gui/window.h index 65121172..9e5efa14 100644 --- a/src/gui/window.h +++ b/src/gui/window.h @@ -70,7 +70,7 @@ class Window : public gcn::Container, public gcn::MouseListener /** * Destructor. */ - virtual ~Window(); + ~Window(); /** * Sets the window container to be used by new windows. |