diff options
Diffstat (limited to 'Swiften/EventLoop/EventLoop.h')
| -rw-r--r-- | Swiften/EventLoop/EventLoop.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Swiften/EventLoop/EventLoop.h b/Swiften/EventLoop/EventLoop.h index ab58ffc..9e47112 100644 --- a/Swiften/EventLoop/EventLoop.h +++ b/Swiften/EventLoop/EventLoop.h @@ -11,7 +11,7 @@  #include <list>  #include <deque> -#include "Swiften/EventLoop/Event.h" +#include <Swiften/EventLoop/Event.h>  namespace Swift {  	class EventOwner; @@ -35,7 +35,7 @@ namespace Swift {  		private:  			struct HasOwner {  				HasOwner(boost::shared_ptr<EventOwner> owner) : owner(owner) {} -				bool operator()(const Event& event) { return event.owner == owner; } +				bool operator()(const Event& event) const { return event.owner == owner; }  				boost::shared_ptr<EventOwner> owner;  			};  			boost::mutex eventsMutex_; | 
 Swift
 Swift