]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetScript.h
InsetFloat: pass back inset-modify that is addressed to other inset
[lyx.git] / src / insets / InsetScript.h
index 7f9cd852786cbf6d836e6d02286ff4e2402f9619..45e766f943a9fc6388f941f2d3aa3d2231c830fc 100644 (file)
@@ -99,7 +99,7 @@ public:
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
-       int docbook(odocstream &, OutputParams const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
        ///
        void edit(Cursor & cur, bool front,
                  EntryDirection entry_from = ENTRY_DIRECTION_IGNORE);