X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSpacing.h;h=7311f792b5a3b5ae7ec98e90430db607a30ac52c;hb=a4d9315bc49445e4419b3b59fd238a13c5f7be31;hp=afdcda1773cfdaed577afefead22647907a38081;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/Spacing.h b/src/Spacing.h index afdcda1773..7311f792b5 100644 --- a/src/Spacing.h +++ b/src/Spacing.h @@ -12,10 +12,6 @@ #ifndef SPACING_H #define SPACING_H -#ifdef TEX2LYX -#include "tex2lyx/Spacing.h" -#else - #include "support/strfwd.h" #include @@ -66,6 +62,9 @@ public: std::string const writeEnvirEnd(bool useSetSpace) const; /// useSetSpace is true when using the variant supported by /// the memoir class. + std::string const writeCmd(bool useSetSpace) const; + /// useSetSpace is true when using the variant supported by + /// the memoir class. std::string const writePreamble(bool useSetSpace) const; private: @@ -95,5 +94,4 @@ bool operator!=(Spacing const & a, Spacing const & b) } // namespace lyx -#endif // TEX2LYX #endif // SPACING_H