diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-05-17 14:40:54 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-05-17 14:40:54 +0000 |
commit | c548d43e2d8796a4c2178a8044fa40e6e7b6ab66 (patch) | |
tree | 462dd889ac838e9e5de35887f79445d9a674d526 /main/opensp/opensp-1.5-InternalInputSource-fix.patch | |
parent | c720509967304f8e7a3de10561982ee8d6531c4e (diff) | |
download | aports-c548d43e2d8796a4c2178a8044fa40e6e7b6ab66.tar.bz2 aports-c548d43e2d8796a4c2178a8044fa40e6e7b6ab66.tar.xz |
main/opensp: move to main for building openjade
Diffstat (limited to 'main/opensp/opensp-1.5-InternalInputSource-fix.patch')
-rw-r--r-- | main/opensp/opensp-1.5-InternalInputSource-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/opensp/opensp-1.5-InternalInputSource-fix.patch b/main/opensp/opensp-1.5-InternalInputSource-fix.patch new file mode 100644 index 0000000000..0e8e393457 --- /dev/null +++ b/main/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 |