]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetMarginal.h
New DocBook support
[lyx.git] / src / insets / InsetMarginal.h
index 008a3dd039fae9c64a622ca8eb879edd15d2a181..749a0c4152eb4f03b0372356590cd40c21bee6b6 100644 (file)
@@ -25,7 +25,7 @@ namespace lyx {
 class InsetMarginal : public InsetFootlike {
 public:
        ///
-       InsetMarginal(Buffer *);
+       explicit InsetMarginal(Buffer *);
        ///
        InsetCode lyxCode() const { return MARGIN_CODE; }
        ///
@@ -34,7 +34,7 @@ public:
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
-       int docbook(odocstream &, OutputParams const & runparams) const;
+       void docbook(XMLStream &, OutputParams const & runparams) const;
        /// Is the content of this inset part of the immediate (visible) text sequence?
        bool isPartOfTextSequence() const { return false; }
 private: