mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
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:
parent
c6caf4199b
commit
8186a02d61
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user