summaryrefslogtreecommitdiff
path: root/graphics/gnash/files/patch-libbase_accumulator.h
blob: dc64ca15eed404425b4575fa3ec4baa8b5a6392b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-libbase_accumulator.h,v 1.1 2015/09/23 12:00:53 joerg Exp $

--- libbase/accumulator.h.orig	2015-09-17 11:20:41.000000000 +0000
+++ libbase/accumulator.h
@@ -60,6 +60,7 @@ public:
     /// There are no tokens for an accumulator_type
     virtual unsigned min_tokens() const { return 0; }
     virtual unsigned max_tokens() const { return 0; }
+    virtual bool adjacent_tokens_only() const { return true; }
 
     /// Accumulating from different sources is silly.
     virtual bool is_composing() const { return false; }