Index: deskutils/strigidaemon/files/patch-strigidaemon__bin__daemon__xesam__xesamsearch.h
===================================================================
--- deskutils/strigidaemon/files/patch-strigidaemon__bin__daemon__xesam__xesamsearch.h	(revision 0)
+++ deskutils/strigidaemon/files/patch-strigidaemon__bin__daemon__xesam__xesamsearch.h	(working copy)
@@ -0,0 +1,11 @@
+--- strigidaemon/bin/daemon/xesam/xesamsearch.h.orig	2013-01-25 18:49:35.000000000 +0100
++++ strigidaemon/bin/daemon/xesam/xesamsearch.h	2015-01-07 23:08:51.000000000 +0100
+@@ -43,7 +43,7 @@ public:
+     XesamSearch(Private* p);
+     ~XesamSearch();
+     void operator=(const XesamSearch& xs);
+-    bool operator==(const XesamSearch& xs) { return p == xs.p; }
++    bool operator==(const XesamSearch& xs) const { return p == xs.p; }
+     void startSearch();
+     void getHitCount(void* msg);
+     void getHits(void* msg, uint32_t num);

Property changes on: deskutils/strigidaemon/files/patch-strigidaemon__bin__daemon__xesam__xesamsearch.h
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
