X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSpacing.h;h=2a3bb755dddade3ccf61f49bcd8df3f9428fde11;hb=21226de2b87a86be19fff025cace3d286a75aa76;hp=9c8fdec9d407402b0039b4f1306a070d950008b5;hpb=32ef0d04c48a1751abbb5e3b17d1bec25f22c255;p=lyx.git diff --git a/src/Spacing.h b/src/Spacing.h index 9c8fdec9d4..2a3bb755dd 100644 --- a/src/Spacing.h +++ b/src/Spacing.h @@ -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[]; };