X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fparagraph.h;h=fca8d25163e77b0d775ab233b87ce0395473dde2;hb=af37f0d23e8aab1bfbd7ab7f26a10e7685dfca68;hp=6d92ad9c524a47e7a8f12994506e1551821b11ac;hpb=3159d1a52e777f62531932edc010bf5f8b9d6d59;p=lyx.git diff --git a/src/paragraph.h b/src/paragraph.h index 6d92ad9c52..fca8d25163 100644 --- a/src/paragraph.h +++ b/src/paragraph.h @@ -129,9 +129,9 @@ public: void simpleDocBookOnePar(Buffer const & buf, std::ostream &, LyXFont const & outerfont, - int & desc_on, OutputParams const & runparams, - lyx::depth_type depth) const; + lyx::depth_type depth, + bool labelid) const; /// bool hasSameLayout(Paragraph const & par) const;