summaryrefslogtreecommitdiff
path: root/util/epist/keytree.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-08-21 23:57:03 +0000
committerDana Jansens <danakj@orodu.net>2002-08-21 23:57:03 +0000
commitcc5bde6d00892cf27fcb6e4e0b4974bcecca265f (patch)
tree1573f740857df62f526e768cd5f7d89b2218a71f /util/epist/keytree.hh
parentd181f1ad05332c42eb090384666171a142f54b0c (diff)
toggledecor almost done
some code cleanups/fixes
Diffstat (limited to 'util/epist/keytree.hh')
-rw-r--r--util/epist/keytree.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/epist/keytree.hh b/util/epist/keytree.hh
index 21acb271..efbe9f13 100644
--- a/util/epist/keytree.hh
+++ b/util/epist/keytree.hh
@@ -40,7 +40,7 @@ struct keynode {
class keytree : public TimeoutHandler {
public:
keytree(Display *, epist *);
- ~keytree();
+ virtual ~keytree();
void grabDefaults(screen *);
void ungrabDefaults(screen *);
@@ -72,8 +72,8 @@ private:
keynode *_head;
keynode *_current;
Display *_display;
- BTimer *_timer;
screen *_timeout_screen;
+ BTimer *_timer;
epist *_epist;
};