]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Spacing.h
Really fix start_of_appendix output
[lyx.git] / src / tex2lyx / Spacing.h
index cf1faa59a2f91cc43dc5b13a5b216f34c200535d..9d50b274881b8ac2e5f32ed3437655b789183bb5 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef SPACING_H
 #define SPACING_H
 
+#include <string>
+
 class Spacing {
 public:
        ///
@@ -26,8 +28,10 @@ public:
                Other,
                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