X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSection.cpp;h=fcacc7e8f0632dd4894172fa5f84728846e9d9d4;hb=1f83c98eb46b8c383714e69ee0e61592dd402aab;hp=ed8db6ceccf43d20b731b25621262b6c05a2d557;hpb=f630be890494c849981e4fb52ea4740506e92bed;p=lyx.git diff --git a/src/Section.cpp b/src/Section.cpp index ed8db6cecc..fcacc7e8f0 100644 --- a/src/Section.cpp +++ b/src/Section.cpp @@ -47,7 +47,7 @@ string const & Section::afterskip() const } -LyXFont const & Section::style() const +Font const & Section::style() const { return style_; }