X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetExternal.h;h=5eca6641cc50c967b743ab8c66ef1e6760f28545;hb=3391fed36a574fb729f243888258d1b6d45b0251;hp=497f1c653a7fa71846f95ee86c7d69124d0dadad;hpb=461fda9ca9a8079f235fe6d26031aa6b9c5ff36e;p=features.git diff --git a/src/insets/InsetExternal.h b/src/insets/InsetExternal.h index 497f1c653a..5eca6641cc 100644 --- a/src/insets/InsetExternal.h +++ b/src/insets/InsetExternal.h @@ -121,7 +121,7 @@ public: bool clickable(BufferView const &, int, int) const { return true; } /// void addToToc(DocIterator const & di, bool output_active, - UpdateType utype) const; + UpdateType utype, TocBackend & backend) const; private: /// InsetExternal(InsetExternal const &);