X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSection.cpp;h=7cca23be14b57a723acf4482d8baba1943e90a49;hb=3f7d2a66f522a45583e0a8b0ba734bb71f0ddde0;hp=ed8db6ceccf43d20b731b25621262b6c05a2d557;hpb=f630be890494c849981e4fb52ea4740506e92bed;p=lyx.git diff --git a/src/Section.cpp b/src/Section.cpp index ed8db6cecc..7cca23be14 100644 --- a/src/Section.cpp +++ b/src/Section.cpp @@ -12,10 +12,10 @@ #include "Section.h" +using namespace std; namespace lyx { -using std::string; string const & Section::name() const { @@ -47,7 +47,7 @@ string const & Section::afterskip() const } -LyXFont const & Section::style() const +Font const & Section::style() const { return style_; }