]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloat.h
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / insetfloat.h
index 3485672a7db5cff75a6da1af9126d0813dca7a83..9e48dbb7cc11208349804d2ce07c8b7da95986a9 100644 (file)
@@ -60,6 +60,8 @@ public:
        int latex(Buffer const *, std::ostream &,
                  LatexRunParams const &) const;
        ///
+       int linuxdoc(Buffer const *, std::ostream &) const;
+       ///
        int docbook(Buffer const *, std::ostream &, bool mixcont) const;
        ///
        string const editMessage() const;
@@ -72,7 +74,7 @@ public:
        ///
        void wide(bool w, BufferParams const &);
        ///
-       void addToToc(toc::TocList &, Buffer const *) const;
+       void addToToc(lyx::toc::TocList &, Buffer const *) const;
        ///
        bool  showInsetDialog(BufferView *) const;
        ///