aports/testing/opensp/opensp-1.5-InternalInputSource-fix.patch
Leonardo Arena 48ca78c67e testing/opensp: new aport
Implementation of DSSSL -- Document Style Semantics and Specification Language --
    an ISO standard for formatting SGML (and XML) documents
2015-02-24 15:52:22 +00:00

12 lines
426 B
Diff

--- 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