make the action list returned a const
This commit is contained in:
parent
f693859b3e
commit
8ec56b9907
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ public:
|
||||||
void removeWindow(XWindow *window);
|
void removeWindow(XWindow *window);
|
||||||
XWindow *findWindow(Window window) const;
|
XWindow *findWindow(Window window) const;
|
||||||
|
|
||||||
ActionList actions(void) { return _actions; }
|
const ActionList actions(void) { return _actions; }
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // __epist_hh
|
#endif // __epist_hh
|
||||||
|
|
Loading…
Reference in a new issue