summaryrefslogtreecommitdiff
path: root/util/epist/epist.hh
diff options
context:
space:
mode:
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