X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSection.h;h=0ccfc1cac648d6dcec74383f11957b52ddcf0190;hb=f99d41a25a326865183879853b97ed3265499042;hp=ff8b14871883c9bb8b4aa997303d18c1ccca36dd;hpb=f630be890494c849981e4fb52ea4740506e92bed;p=lyx.git diff --git a/src/Section.h b/src/Section.h index ff8b148718..0ccfc1cac6 100644 --- a/src/Section.h +++ b/src/Section.h @@ -12,7 +12,7 @@ #ifndef SECTION_H #define SECTION_H -#include "LyXFont.h" +#include "Font.h" #include @@ -34,7 +34,7 @@ public: /// std::string const & afterskip() const; /// - LyXFont const & style() const; + Font const & style() const; /// bool display() const; private: @@ -49,7 +49,7 @@ private: /// std::string afterskip_; /// - LyXFont style_; + Font style_; };