]> git.lyx.org Git - lyx.git/blobdiff - src/Sectioning.h
* src/tabular.[Ch]: simplify plaintext methods, because there
[lyx.git] / src / Sectioning.h
index 5bdc5b3963dbc419ba6dfcfcd947d25f648af39f..4f18a6ca36f5eea030d25ab3bad0633d9df02c0b 100644 (file)
@@ -17,6 +17,9 @@
 #include <map>
 
 
+namespace lyx {
+
+
 ///
 class Section {
 public:
@@ -59,4 +62,7 @@ private:
        List_ list_;
 };
 
+
+} // namespace lyx
+
 #endif