pkgsrc-ng/math/qalculate-kde/patches/patch-src_qalculate__kde__utils.h
2013-09-26 17:14:40 +02:00

14 lines
377 B
C

$NetBSD: patch-src_qalculate__kde__utils.h,v 1.1 2013/05/12 19:16:01 joerg Exp $
--- src/qalculate_kde_utils.h.orig 2013-05-12 18:16:41.000000000 +0000
+++ src/qalculate_kde_utils.h
@@ -46,7 +46,7 @@ struct tree_struct {
it->sort();
}
}
- bool operator < (tree_struct &s1) const {
+ bool operator < (const tree_struct &s1) const {
return item < s1.item;
}
};