]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetMarginal.h
New DocBook support
[lyx.git] / src / insets / InsetMarginal.h
index db0f6db0239d15cdf9543f29088a916dc77a1563..749a0c4152eb4f03b0372356590cd40c21bee6b6 100644 (file)
@@ -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: