mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
20 lines
640 B
C++
20 lines
640 B
C++
--- 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:
|
|
};
|
|
//////////////////////////////////////////////////////////////////////
|