]> git.lyx.org Git - lyx.git/blobdiff - src/Sectioning.C
update Basque and Romanian l10n
[lyx.git] / src / Sectioning.C
index 64aa20201966a824e85efc8afc480181ea020d99..5777a1658e4b7be656a11fec2e197746f02a30a3 100644 (file)
@@ -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