make the action list returned a const

This commit is contained in:
Dana Jansens 2002-07-20 08:35:13 +00:00
parent f693859b3e
commit 8ec56b9907

View file

@ -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