]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Spacing.h
forgot that
[lyx.git] / src / tex2lyx / Spacing.h
index a83ca24756c263023b15829c61043917f163c3c8..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:
        ///
@@ -29,9 +32,12 @@ public:
                Default
        };
        ///
-       void set(Spacing::Space, float = 1.0) {}
+       void set(Spacing::Space, double = 1.0) {}
        ///
        void set(Spacing::Space, std::string const &) {}
 };
 
-#endif // NOT SPACING_H
+
+} // namespace lyx
+
+#endif // TEX2LYX_SPACING_H