]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloatList.h
Whitespace.
[lyx.git] / src / insets / InsetFloatList.h
index 6f7844eb2658f65fdba1f499f2050877bce6ed2c..0b570766fd4a83c0e7cb79be76d5b72e8db61b04 100644 (file)
@@ -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;
        //@}