diff options
Diffstat (limited to 'audio/quimup/files/patch-src_qm__itemlist.h')
-rw-r--r-- | audio/quimup/files/patch-src_qm__itemlist.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/quimup/files/patch-src_qm__itemlist.h b/audio/quimup/files/patch-src_qm__itemlist.h new file mode 100644 index 000000000000..2121f33f37f3 --- /dev/null +++ b/audio/quimup/files/patch-src_qm__itemlist.h @@ -0,0 +1,11 @@ +--- src/qm_itemlist.h.orig 2016-02-28 09:52:29 UTC ++++ src/qm_itemlist.h +@@ -63,7 +63,7 @@ public: + QString sorter; + + // Override the < operator for alist.sort(); +- bool operator < (const qm_listitemInfo& litem) ++ bool operator < (const qm_listitemInfo& litem) const + { + return sorter < litem.sorter; + } |