summaryrefslogtreecommitdiff
path: root/util/epist/epist.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-20 08:06:54 +0000
committerDana Jansens <danakj@orodu.net>2002-07-20 08:06:54 +0000
commitc517f511000c8ec775f7413527b9e276b7995806 (patch)
treed2f5b8661b87b134a0d1f5c74c09527cd6274312 /util/epist/epist.hh
parentb4411cb1ef1c25a287181b570e974545e1010530 (diff)
some cleanups and such.
Diffstat (limited to 'util/epist/epist.hh')
-rw-r--r--util/epist/epist.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/epist/epist.hh b/util/epist/epist.hh
index f960319c..cf5df3f0 100644
--- a/util/epist/epist.hh
+++ b/util/epist/epist.hh
@@ -67,7 +67,7 @@ public:
void removeWindow(XWindow *window);
XWindow *findWindow(Window window) const;
- list<Action> actions(void) { return _actions; }
+ ActionList actions(void) { return _actions; }
};
#endif // __epist_hh