summaryrefslogtreecommitdiff
path: root/util/epist
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-20 08:35:13 +0000
committerDana Jansens <danakj@orodu.net>2002-07-20 08:35:13 +0000
commit8ec56b9907d7fafab28e79cab362a43f2971ab72 (patch)
tree2113fc8da67fd19cbd1dd729447519b934ca3c62 /util/epist
parentf693859b3e539527afa2bd65d615bad8402a1e55 (diff)
make the action list returned a const
Diffstat (limited to 'util/epist')
-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