]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Spacing.h
forgot that
[lyx.git] / src / tex2lyx / Spacing.h
index 9d50b274881b8ac2e5f32ed3437655b789183bb5..c4254608928141b57c1f223699118cd1e39a8adb 100644 (file)
  * re-invent the wheel.
  */
 
-#ifndef SPACING_H
-#define SPACING_H
+#ifndef TEX2LYX_SPACING_H
+#define TEX2LYX_SPACING_H
 
 #include <string>
 
+
+namespace lyx {
+
 class Spacing {
 public:
        ///
@@ -34,4 +37,7 @@ public:
        void set(Spacing::Space, std::string const &) {}
 };
 
-#endif // NOT SPACING_H
+
+} // namespace lyx
+
+#endif // TEX2LYX_SPACING_H