X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSectioning.C;h=5777a1658e4b7be656a11fec2e197746f02a30a3;hb=89b422b320a352e503c0625820da1073805d74a9;hp=42784cc1767d2f7c76ebf131292d4d2b5f3e6ae5;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/Sectioning.C b/src/Sectioning.C index 42784cc176..5777a1658e 100644 --- a/src/Sectioning.C +++ b/src/Sectioning.C @@ -12,6 +12,11 @@ #include "Sectioning.h" + +namespace lyx { + +using std::string; + string const & Section::name() const { return name_; @@ -55,3 +60,6 @@ bool Section::display() const return false; return true; } + + +} // namespace lyx