]> git.lyx.org Git - lyx.git/blobdiff - src/Spacing.h
Cleanup the TEXT_TO_INSET_OFFSET mess. This correction is done now once in InsetText...
[lyx.git] / src / Spacing.h
index 617ec9269e2d92e57bec69118705395de12b90a5..c9e4be9e41f486b1c2fbeda7ec3f1622cc1eb2ba 100644 (file)
 #ifndef SPACING_H
 #define SPACING_H
 
+#ifdef TEX2LYX
+#include "tex2lyx/Spacing.h"
+#else
+
 #include <iosfwd>
 #include <string>
 
 
+namespace lyx {
+
+
 ///
 class Spacing {
 public:
@@ -86,4 +93,8 @@ bool operator!=(Spacing const & a, Spacing const & b)
 {
        return !(a == b);
 }
-#endif
+
+} // namespace lyx
+
+#endif // TEX2LYX
+#endif // SPACING_H