]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Spacing.h
The package reworking.
[lyx.git] / src / tex2lyx / Spacing.h
index cf1faa59a2f91cc43dc5b13a5b216f34c200535d..fb27db284ac992f11c0e60f19fd58cb80659e2f8 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 sp, std::string const & val) {}
 };
 
 #endif // NOT SPACING_H