]> git.lyx.org Git - lyx.git/blobdiff - src/Spacing.h
fix build, thesaurus
[lyx.git] / src / Spacing.h
index 9c8fdec9d407402b0039b4f1306a070d950008b5..2a3bb755dddade3ccf61f49bcd8df3f9428fde11 100644 (file)
@@ -63,11 +63,14 @@ public:
        string const writeEnvirBegin() const;
        ///
        string const writeEnvirEnd() const;
 private:
        ///
        Space space;
        ///
        float value;
+       /// names of line spacing
+       static string const spacing_string[];
 };