From 8ec56b9907d7fafab28e79cab362a43f2971ab72 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 08:35:13 +0000 Subject: [PATCH] make the action list returned a const --- util/epist/epist.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2