From c80e6a0631fb7dce42c5cf792c99118b25a0b880 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Wed, 10 Jan 2018 15:27:33 +0000 Subject: textproc/jade: back out r458645 to avoid churn Reported by: danfe --- textproc/jade/files/patch-TeXFOTBuilder.cxx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 textproc/jade/files/patch-TeXFOTBuilder.cxx (limited to 'textproc/jade/files/patch-TeXFOTBuilder.cxx') diff --git a/textproc/jade/files/patch-TeXFOTBuilder.cxx b/textproc/jade/files/patch-TeXFOTBuilder.cxx new file mode 100644 index 000000000000..335705cf3193 --- /dev/null +++ b/textproc/jade/files/patch-TeXFOTBuilder.cxx @@ -0,0 +1,20 @@ +--- jade/TeXFOTBuilder.cxx.orig 2011-09-24 14:17:02.000000000 +0000 ++++ jade/TeXFOTBuilder.cxx 2011-09-24 14:19:42.000000000 +0000 +@@ -83,6 +83,8 @@ + value.convertString(nic_.placement); + } + ExtensionFlowObj *copy() const { return new PageFloatFlowObj(*this); } ++ public: ++ PageFloatFlowObj() {} + private: + PageFloatNIC nic_; + StringC name_; +@@ -96,6 +98,8 @@ + fotb.endPageFootnote(); + } + ExtensionFlowObj *copy() const { return new PageFootnoteFlowObj(*this); } ++ public: ++ PageFootnoteFlowObj() {} + private: + }; + ////////////////////////////////////////////////////////////////////// -- cgit v1.2.3