mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
377 B
C
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;
|
|
}
|
|
};
|