X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFlex.h;h=4ac50dcd0531116605fb8aab0b169ddaf577be6e;hb=06254d11dfdf670fab3548dc2a2674e7a261262c;hp=fbfbeb7eaf64bb7275a147df785b7b02c4b5b117;hpb=adfa69440d776cb20098fef09b569af4d576d772;p=lyx.git diff --git a/src/insets/InsetFlex.h b/src/insets/InsetFlex.h index fbfbeb7eaf..4ac50dcd05 100644 --- a/src/insets/InsetFlex.h +++ b/src/insets/InsetFlex.h @@ -14,7 +14,6 @@ #define INSETFLEX_H #include "InsetCollapsable.h" -#include "TextClass.h" namespace lyx { @@ -52,6 +51,8 @@ public: OutputParams const &) const; /// the string that is passed to the TOC virtual void textString(Buffer const &, odocstream &) const; + /// + void validate(LaTeXFeatures &) const; /// should paragraph indendation be ommitted in any case? bool neverIndent(Buffer const &) const { return true; } @@ -64,6 +65,10 @@ private: /// std::string name_; + /// + std::vector packages_; + /// + std::string preamble_; };