]> Dogcows Code - chaz/openbox/commitdiff
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 cf5df3f028755ef828192be4023d1ac4a0410c63..a3c4fdccdd8d5cce03cd0bb66ea82711b01c52fb 100644 (file)
@@ -67,7 +67,7 @@ public:
   void removeWindow(XWindow *window);
   XWindow *findWindow(Window window) const;
 
   void removeWindow(XWindow *window);
   XWindow *findWindow(Window window) const;
 
-  ActionList actions(void) { return _actions; }
+  const ActionList actions(void) { return _actions; }
 };
 
 #endif // __epist_hh
 };
 
 #endif // __epist_hh
This page took 0.022304 seconds and 4 git commands to generate.