diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-05-11 13:38:06 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-05-11 13:38:06 +0000 |
commit | 9b7f016e3e8d180896dbc356723b4717ff8bc3d6 (patch) | |
tree | 0dc583e2e3ee4e700c1af0b7ca4d35737cc48594 /community/opensp/opensp-1.5-InternalInputSource-fix.patch | |
parent | 77339ea531ef0dc66e1b269d86da4f92ba954b94 (diff) | |
download | aports-9b7f016e3e8d180896dbc356723b4717ff8bc3d6.tar.bz2 aports-9b7f016e3e8d180896dbc356723b4717ff8bc3d6.tar.xz |
community/opensp: move to community
Diffstat (limited to 'community/opensp/opensp-1.5-InternalInputSource-fix.patch')
-rw-r--r-- | community/opensp/opensp-1.5-InternalInputSource-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/opensp/opensp-1.5-InternalInputSource-fix.patch b/community/opensp/opensp-1.5-InternalInputSource-fix.patch new file mode 100644 index 0000000000..0e8e393457 --- /dev/null +++ b/community/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 |