X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFlex.h;h=4ac50dcd0531116605fb8aab0b169ddaf577be6e;hb=06254d11dfdf670fab3548dc2a2674e7a261262c;hp=0de70be84ad52292ecf6c42c40de6f1f9f011430;hpb=cdf13782003f6fca74b267c6b23d76bb9edaa65c;p=lyx.git diff --git a/src/insets/InsetFlex.h b/src/insets/InsetFlex.h index 0de70be84a..4ac50dcd05 100644 --- a/src/insets/InsetFlex.h +++ b/src/insets/InsetFlex.h @@ -51,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; } @@ -63,6 +65,10 @@ private: /// std::string name_; + /// + std::vector packages_; + /// + std::string preamble_; };