]> git.lyx.org Git - lyx.git/blobdiff - src/Spacing.h
make index label translatable
[lyx.git] / src / Spacing.h
index 273786aced0a77d2d2dddc84543b36063e749bf8..c9e4be9e41f486b1c2fbeda7ec3f1622cc1eb2ba 100644 (file)
 #ifndef SPACING_H
 #define SPACING_H
 
+#ifdef TEX2LYX
+#include "tex2lyx/Spacing.h"
+#else
+
 #include <iosfwd>
 #include <string>
 
@@ -88,8 +92,9 @@ inline
 bool operator!=(Spacing const & a, Spacing const & b)
 {
        return !(a == b);
-
+}
 
 } // namespace lyx
-}
-#endif
+
+#endif // TEX2LYX
+#endif // SPACING_H