From 7fd5660d5a2df0563012c8054ff8bb65ae297d39 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 20 Apr 2001 14:31:13 +0000 Subject: [PATCH] fix warnings git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1946 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/lyxparagraph.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lyxparagraph.h b/src/lyxparagraph.h index 1be10184ef..1327116343 100644 --- a/src/lyxparagraph.h +++ b/src/lyxparagraph.h @@ -223,6 +223,7 @@ private: public: /// + inline size_type size() const; /// void fitToSize(); @@ -329,6 +330,7 @@ public: /// void SetLabelWidthString(string const & s); /// + inline LyXTextClass::LayoutList::size_type GetLayout() const; /// char GetAlign() const; -- 2.39.5