]> git.lyx.org Git - lyx.git/blobdiff - src/Sectioning.C
* src/text2.C: deleteEmptyParagraphMechanism(): fix a crash in
[lyx.git] / src / Sectioning.C
index 42784cc1767d2f7c76ebf131292d4d2b5f3e6ae5..5777a1658e4b7be656a11fec2e197746f02a30a3 100644 (file)
 
 #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