summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-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 cf5df3f0..a3c4fdcc 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;
- ActionList actions(void) { return _actions; }
+ const ActionList actions(void) { return _actions; }
};
#endif // __epist_hh