]> git.lyx.org Git - features.git/commitdiff
Add const access to caption type.
authorAbdelrazak Younes <younes@lyx.org>
Thu, 15 Mar 2007 11:47:02 +0000 (11:47 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 15 Mar 2007 11:47:02 +0000 (11:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17445 a592a061-630c-0410-9148-cb99ea01b6c8

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);