mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
eda86659c9
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
14 lines
566 B
Diff
14 lines
566 B
Diff
--- gnash-0.8.10/libbase/accumulator.h.orig 2016-02-08 02:56:17.059694787 +0700
|
|
+++ gnash-0.8.10/libbase/accumulator.h 2016-02-08 02:57:58.375615249 +0700
|
|
@@ -61,6 +61,11 @@
|
|
virtual unsigned min_tokens() const { return 0; }
|
|
virtual unsigned max_tokens() const { return 0; }
|
|
|
|
+ #if BOOST_VERSION >= 105900
|
|
+ /// There are no tokens, so this is indifferent.
|
|
+ virtual bool adjacent_tokens_only() const { return false; }
|
|
+ #endif
|
|
+
|
|
/// Accumulating from different sources is silly.
|
|
virtual bool is_composing() const { return false; }
|
|
|