]> Dogcows Code - chaz/openbox/blobdiff - util/epist/epist.hh
changed teh builtin bindings.. :)
[chaz/openbox] / util / epist / epist.hh
index a3c4fdccdd8d5cce03cd0bb66ea82711b01c52fb..7bd0d27661c830ca0c2755b7cec2538d01b0058c 100644 (file)
@@ -51,7 +51,7 @@ private:
   typedef WindowLookup::value_type WindowLookupPair;
   WindowLookup    _windows;
 
-  ActionList _actions;
+  ActionList      _actions;
   
   virtual void process_event(XEvent *e);
   virtual bool handleSignal(int sig);
@@ -67,7 +67,7 @@ public:
   void removeWindow(XWindow *window);
   XWindow *findWindow(Window window) const;
 
-  const ActionList actions(void) { return _actions; }
+  const ActionList &actions(void) { return _actions; }
 };
 
 #endif // __epist_hh
This page took 0.020789 seconds and 4 git commands to generate.