From 8186a02d613c37fb1f1599221bee453bbcaf0c0b Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Thu, 15 Mar 2007 11:47:02 +0000 Subject: [PATCH] Add const access to caption type. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17445 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/insetcaption.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/insets/insetcaption.h b/src/insets/insetcaption.h index 8ea09c548d..a3a3076445 100644 --- a/src/insets/insetcaption.h +++ b/src/insets/insetcaption.h @@ -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); -- 2.39.2