]> git.lyx.org Git - lyx.git/blobdiff - src/Spacing.C
* src/tabular.[Ch]: simplify plaintext methods, because there
[lyx.git] / src / Spacing.C
index d8ca162657ee33a306e4e61c4b2836443fddaff3..35eecde79e0d2b268d4e26fdaa1ea6cb8f9ecb56 100644 (file)
@@ -19,6 +19,9 @@
 #include <string>
 
 
+namespace lyx {
+
+
 using std::ostream;
 using std::ostringstream;
 using std::string;
@@ -127,3 +130,6 @@ string const Spacing::writeEnvirEnd() const
        }
        return string();
 }
+
+
+} // namespace lyx