]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Spacing.h
Continue to improve GtkLengthEntry
[lyx.git] / src / tex2lyx / Spacing.h
index fb27db284ac992f11c0e60f19fd58cb80659e2f8..9d50b274881b8ac2e5f32ed3437655b789183bb5 100644 (file)
@@ -29,9 +29,9 @@ 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 &) {}
 };
 
 #endif // NOT SPACING_H