]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCaption.h
Math.lyx, Tutorial.lyx: fix some typos spotted by a user
[lyx.git] / src / insets / InsetCaption.h
index fd512e187cd53ac4c901626770c3dcd4c28045b8..d792d77640f4cb8b23602f61d3599a02bd7b67d1 100644 (file)
@@ -25,6 +25,8 @@ public:
        ///
        std::string const & type() const { return type_; }
        ///
+       std::string const & floattype() const { return floattype_; }
+       ///
        docstring layoutName() const;
        /// return the mandatory argument (LaTeX format) only
        void getArgument(otexstream & os, OutputParams const &) const;