From d341df3252b79f49af52507ba96fb0b8b081f6a7 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Fri, 11 Oct 2002 14:06:37 +0000 Subject: [PATCH] Forgotten header file. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5383 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/insetcite.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/insets/insetcite.h b/src/insets/insetcite.h index 832b3024be..797908dfb4 100644 --- a/src/insets/insetcite.h +++ b/src/insets/insetcite.h @@ -45,6 +45,11 @@ public: int latex(Buffer const *, std::ostream &, bool, bool) const; /// void validate(LaTeXFeatures &) const; + /** Invoked by BufferView::Pimpl::dispatch when a new citation key + is inserted. Tells us that the buffer is no longer being loaded + and that the cache of BibTeX keys should be reloaded in the future. + */ + void setLoadingBuffer(Buffer const * buffer, bool state) const; private: struct Cache { /// -- 2.39.5