]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCaption.h
Allow use of InsetLayout with InsetCaption.
[features.git] / src / insets / InsetCaption.h
index 3686ec21951e569893e19a4cd83aa7779697bd95..81eee6ee12cdcf674210f68726e2e38a49c031d5 100644 (file)
@@ -13,6 +13,7 @@
 #define INSETCAPTION_H
 
 #include "InsetText.h"
+#include "support/strfwd.h"
 
 namespace lyx {
 
@@ -24,6 +25,8 @@ public:
        InsetCaption(Buffer *);
        ///
        std::string const & type() const { return type_; }
+       ///
+       docstring name() const;
        /// return the mandatory argument (LaTeX format) only
        int getArgument(odocstream & os, OutputParams const &) const;
        /// return the optional argument(s) only