From 48ca78c67e04bf72d19bff98d074cd00072ff1a8 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Tue, 24 Feb 2015 15:52:22 +0000 Subject: testing/opensp: new aport Implementation of DSSSL -- Document Style Semantics and Specification Language -- an ISO standard for formatting SGML (and XML) documents --- testing/opensp/opensp-1.5-InternalInputSource-fix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/opensp/opensp-1.5-InternalInputSource-fix.patch (limited to 'testing/opensp/opensp-1.5-InternalInputSource-fix.patch') diff --git a/testing/opensp/opensp-1.5-InternalInputSource-fix.patch b/testing/opensp/opensp-1.5-InternalInputSource-fix.patch new file mode 100644 index 0000000000..0e8e393457 --- /dev/null +++ b/testing/opensp/opensp-1.5-InternalInputSource-fix.patch @@ -0,0 +1,11 @@ +--- a/include/InternalInputSource.h ++++ b/include/InternalInputSource.h +@@ -34,7 +34,7 @@ + void pushCharRef(Char ch, const NamedCharRef &); + Boolean rewind(Messenger &); + const StringC *contents(); +- InternalInputSource *InternalInputSource::asInternalInputSource(); ++ InternalInputSource *asInternalInputSource(); + ~InternalInputSource(); + private: + InternalInputSource(const InternalInputSource &); // undefined -- cgit v1.2.3