diff options
Diffstat (limited to 'www/newsboat/files/patch-include-matcher.h')
-rw-r--r-- | www/newsboat/files/patch-include-matcher.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/newsboat/files/patch-include-matcher.h b/www/newsboat/files/patch-include-matcher.h index b95e2c1844a4..10b6e5c50f3e 100644 --- a/www/newsboat/files/patch-include-matcher.h +++ b/www/newsboat/files/patch-include-matcher.h @@ -1,5 +1,5 @@ ---- include/matcher.h.orig 2014-02-02 16:00:13.000000000 +0100 -+++ include/matcher.h 2014-02-02 16:00:19.000000000 +0100 +--- include/matcher.h.orig 2017-12-25 17:41:10 UTC ++++ include/matcher.h @@ -3,6 +3,10 @@ #include <FilterParser.h> @@ -8,6 +8,6 @@ +namespace std { namespace tr1 = std; } +#endif + - namespace newsbeuter { + namespace newsboat { - class matchable { + class matchable { |