]> git.lyx.org Git - lyx.git/blobdiff - src/Spacing.h
prepare lyxerr for using
[lyx.git] / src / Spacing.h
index 617ec9269e2d92e57bec69118705395de12b90a5..273786aced0a77d2d2dddc84543b36063e749bf8 100644 (file)
@@ -16,6 +16,9 @@
 #include <string>
 
 
+namespace lyx {
+
+
 ///
 class Spacing {
 public:
@@ -85,5 +88,8 @@ inline
 bool operator!=(Spacing const & a, Spacing const & b)
 {
        return !(a == b);
+
+
+} // namespace lyx
 }
 #endif