From: Dana Jansens Date: Sat, 20 Jul 2002 08:35:13 +0000 (+0000) Subject: make the action list returned a const X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=8ec56b9907d7fafab28e79cab362a43f2971ab72;p=chaz%2Fopenbox make the action list returned a const --- 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