X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFlex.h;h=0844246769e7b76a344a855fa4fae68d4b942427;hb=cf6ff2cac79d09adafa63e3a1ec02dfb09f707b9;hp=ced22c8746b2e6f1a126b1d3063f324b38a7d0ce;hpb=64007533a76dd0634d39800dd11da9ef418871ed;p=lyx.git diff --git a/src/insets/InsetFlex.h b/src/insets/InsetFlex.h index ced22c8746..0844246769 100644 --- a/src/insets/InsetFlex.h +++ b/src/insets/InsetFlex.h @@ -13,14 +13,14 @@ #ifndef INSETFLEX_H #define INSETFLEX_H -#include "InsetCollapsable.h" +#include "InsetCollapsible.h" namespace lyx { /** The Flex inset, e.g., CharStyle, Custom inset or XML short element */ -class InsetFlex : public InsetCollapsable { +class InsetFlex : public InsetCollapsible { public: /// InsetFlex(Buffer *, std::string const & layoutName);