diff options
Diffstat (limited to 'textproc/sp/files/patch-ah')
-rw-r--r-- | textproc/sp/files/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/sp/files/patch-ah b/textproc/sp/files/patch-ah new file mode 100644 index 000000000000..84ea75ed00c4 --- /dev/null +++ b/textproc/sp/files/patch-ah @@ -0,0 +1,11 @@ +--- nsgmls/RastEventHandler.h.orig Thu Feb 6 00:13:48 2003 ++++ nsgmls/RastEventHandler.h Thu Feb 6 00:14:04 2003 +@@ -102,7 +102,7 @@ + + class RastEventHandler : public ErrorCountEventHandler, + private RastSubdocState, +- private Messenger { ++ protected Messenger { + public: + RastEventHandler(SgmlParser *, Messenger *); + void data(DataEvent *); |