mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-28 18:01:21 +02:00
Implementation of DSSSL -- Document Style Semantics and Specification Language -- an ISO standard for formatting SGML (and XML) documents
12 lines
426 B
Diff
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
|