X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetInclude.h;h=009b49e3ac03c06b9ca4e55b72a677f3a41e157a;hb=8b86f744cb7c88d13983ad6df31187f3bfa183ad;hp=e616f55626de309499834341d357577d30ff2874;hpb=a53847964dc44d15f7c83cc65dbc16fef88d54c9;p=lyx.git diff --git a/src/insets/InsetInclude.h b/src/insets/InsetInclude.h index e616f55626..009b49e3ac 100644 --- a/src/insets/InsetInclude.h +++ b/src/insets/InsetInclude.h @@ -92,7 +92,7 @@ public: * \param keys the list of bibkeys in the child buffer. * \param it not used here */ - void collectBibKeys(InsetIterator const &) const; + void collectBibKeys(InsetIterator const &, support::FileNameList &) const; /// bool hasSettings() const { return true; } /// @@ -159,15 +159,15 @@ private: void setParams(InsetCommandParams const & params); /// get the text displayed on the button docstring screenLabel() const; - //@} - + //@} + /// holds the entity name that defines the file location (SGML) docstring const include_label; /// The pointer never changes although *preview_'s contents may. unique_ptr const preview_; - /// + /// mutable bool failedtoload_; /// cache mutable bool set_label_;