X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fepist.hh;h=7bd0d27661c830ca0c2755b7cec2538d01b0058c;hb=843f9726ab6fd99fe3a2f285e6c85bd2880a275f;hp=cf5df3f028755ef828192be4023d1ac4a0410c63;hpb=c517f511000c8ec775f7413527b9e276b7995806;p=chaz%2Fopenbox diff --git a/util/epist/epist.hh b/util/epist/epist.hh index cf5df3f0..7bd0d276 100644 --- a/util/epist/epist.hh +++ b/util/epist/epist.hh @@ -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; - ActionList actions(void) { return _actions; } + const ActionList &actions(void) { return _actions; } }; #endif // __epist_hh