summaryrefslogtreecommitdiff
path: root/news/pan/patches/patch-pan_usenet-utils_rules-info.h
diff options
context:
space:
mode:
Diffstat (limited to 'news/pan/patches/patch-pan_usenet-utils_rules-info.h')
-rw-r--r--news/pan/patches/patch-pan_usenet-utils_rules-info.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/news/pan/patches/patch-pan_usenet-utils_rules-info.h b/news/pan/patches/patch-pan_usenet-utils_rules-info.h
new file mode 100644
index 00000000000..9de90123863
--- /dev/null
+++ b/news/pan/patches/patch-pan_usenet-utils_rules-info.h
@@ -0,0 +1,18 @@
+$NetBSD: patch-pan_usenet-utils_rules-info.h,v 1.3 2014/01/01 12:10:00 wiz Exp $
+
+--- pan/usenet-utils/rules-info.h.orig 2013-12-21 12:31:57.000000000 +0000
++++ pan/usenet-utils/rules-info.h
+@@ -54,11 +54,11 @@ namespace pan
+ virtual ~RulesInfo () { }
+
+ /** Convenience typedef. */
+- typedef std::deque<RulesInfo> aggregates_t;
++ typedef std::deque<RulesInfo *> aggregatesp_t;
+
+ /** When `_type' is AGGREGATE_OR or AGGREGATE_AND,
+ these are the filters being or'ed or and'ed together. */
+- aggregates_t _aggregates;
++ aggregatesp_t _aggregates;
+
+ /** When this is true, the results of the test should be negated. */
+ bool _negate;