make the action list returned a const
authorDana Jansens <danakj@orodu.net>
Sat, 20 Jul 2002 08:35:13 +0000 (08:35 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 20 Jul 2002 08:35:13 +0000 (08:35 +0000)
util/epist/epist.hh

index cf5df3f..a3c4fdc 100644 (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