blob: 2494d999631344d15703e71c6e39589275cb71e6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- jade/TeXFOTBuilder.cxx.orig 1998-10-07 05:16:34 UTC
+++ jade/TeXFOTBuilder.cxx
@@ -83,6 +83,8 @@ class TeXFOTBuilder : public SerialFOTBuilder { (publi
value.convertString(nic_.placement);
}
ExtensionFlowObj *copy() const { return new PageFloatFlowObj(*this); }
+ public:
+ PageFloatFlowObj() {}
private:
PageFloatNIC nic_;
StringC name_;
@@ -96,6 +98,8 @@ class TeXFOTBuilder : public SerialFOTBuilder { (publi
fotb.endPageFootnote();
}
ExtensionFlowObj *copy() const { return new PageFootnoteFlowObj(*this); }
+ public:
+ PageFootnoteFlowObj() {}
private:
};
//////////////////////////////////////////////////////////////////////
|