blob: 0e8e393457cd8d6c2f79f6d6dcf45690aa4511f3 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|