aboutsummaryrefslogtreecommitdiffstats
path: root/community/opensp/opensp-1.5-InternalInputSource-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/opensp/opensp-1.5-InternalInputSource-fix.patch')
-rw-r--r--community/opensp/opensp-1.5-InternalInputSource-fix.patch11
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