X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSection.cpp;h=7cca23be14b57a723acf4482d8baba1943e90a49;hb=027563eec2d2a1b81391b221f9ca40d823713235;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_; }