From 9b7f016e3e8d180896dbc356723b4717ff8bc3d6 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Wed, 11 May 2016 13:38:06 +0000 Subject: community/opensp: move to community --- community/opensp/opensp-1.5-InternalInputSource-fix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/opensp/opensp-1.5-InternalInputSource-fix.patch (limited to 'community/opensp/opensp-1.5-InternalInputSource-fix.patch') 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 -- cgit v1.2.3