Add const access to caption type.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17445 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-03-15 11:47:02 +00:00
parent c6caf4199b
commit 8186a02d61

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