]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcaption.h
* BufferParams:
[lyx.git] / src / insets / insetcaption.h
index 8ea09c548d4e074d65aa2d28489db0b22fb8a374..a3a307644574622d0e9bea78fa2ff86bd12804d9 100644 (file)
@@ -71,6 +71,8 @@ public:
        ///
        void setCount(int c) { counter_ = c; }
        ///
+       std::string const & type() const { return type_; }
+       ///
        void setType(std::string const & type) { type_ = type; }
        ///
        void setCustomLabel(docstring const & label);