]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Spacing.h
remove lyxrc dependence from support/*
[lyx.git] / src / tex2lyx / Spacing.h
index fb27db284ac992f11c0e60f19fd58cb80659e2f8..0fba3e527fb3147269fefcac48e5264d54ab8dd4 100644 (file)
@@ -18,6 +18,9 @@
 
 #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 sp, std::string const & val) {}
+       void set(Spacing::Space, std::string const &) {}
 };
 
+
+} // namespace lyx
+
 #endif // NOT SPACING_H