X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSectioning.C;h=5777a1658e4b7be656a11fec2e197746f02a30a3;hb=3ef684e752bb5afdbfdea51d4c3df4afe1461916;hp=64aa20201966a824e85efc8afc480181ea020d99;hpb=282bf655ed8b55a02a624497f2ec169288d5102b;p=lyx.git diff --git a/src/Sectioning.C b/src/Sectioning.C index 64aa202019..5777a1658e 100644 --- a/src/Sectioning.C +++ b/src/Sectioning.C @@ -12,6 +12,9 @@ #include "Sectioning.h" + +namespace lyx { + using std::string; string const & Section::name() const @@ -57,3 +60,6 @@ bool Section::display() const return false; return true; } + + +} // namespace lyx