]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloatList.h
Whitespace.
[lyx.git] / src / insets / InsetFloatList.h
index e03e541d54e419d959346d69fed618ecfc56251d..0b570766fd4a83c0e7cb79be76d5b72e8db61b04 100644 (file)
@@ -38,7 +38,7 @@ public:
        ///
        void read(Lexer &);
        ///
-       int latex(otexstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int docbook(odocstream &, OutputParams const &) const { return 0; }
        ///
@@ -46,6 +46,10 @@ public:
        ///
        docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
+       void doDispatch(Cursor & cur, FuncRequest & cmd);
+       ///
+       bool clickable(int, int) const { return true; }
+       ///
        void validate(LaTeXFeatures & features) const;
        //@}