summaryrefslogtreecommitdiff
path: root/system/sp/nsgmls-c++-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/sp/nsgmls-c++-fix.patch')
-rw-r--r--system/sp/nsgmls-c++-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/sp/nsgmls-c++-fix.patch b/system/sp/nsgmls-c++-fix.patch
new file mode 100644
index 000000000..eed72c633
--- /dev/null
+++ b/system/sp/nsgmls-c++-fix.patch
@@ -0,0 +1,11 @@
+--- sp-1.3.4/nsgmls/RastEventHandler.h.old 1997-01-17 06:08:26.000000000 +0000
++++ sp-1.3.4/nsgmls/RastEventHandler.h 2017-08-21 01:52:21.637009355 +0000
+@@ -102,7 +102,7 @@
+
+ class RastEventHandler : public ErrorCountEventHandler,
+ private RastSubdocState,
+- private Messenger {
++ public Messenger {
+ public:
+ RastEventHandler(SgmlParser *, Messenger *);
+ void data(DataEvent *);