aboutsummaryrefslogtreecommitdiff
path: root/textproc/jade/files/patch-TeXFOTBuilder.cxx
blob: 9f38afd000964b207e6a5539d06df7b76dbd45bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$FreeBSD$

--- 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:
   };
   //////////////////////////////////////////////////////////////////////