diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-21 23:57:03 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-21 23:57:03 +0000 |
| commit | cc5bde6d00892cf27fcb6e4e0b4974bcecca265f (patch) | |
| tree | 1573f740857df62f526e768cd5f7d89b2218a71f /util/epist/keytree.hh | |
| parent | d181f1ad05332c42eb090384666171a142f54b0c (diff) | |
toggledecor almost done
some code cleanups/fixes
Diffstat (limited to 'util/epist/keytree.hh')
| -rw-r--r-- | util/epist/keytree.hh | 4 |
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; }; |
