]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCitation.h
Compute and output numbers for numerical citations.
[lyx.git] / src / insets / InsetCitation.h
index 0bd048ebfb5ec0351ac030e9fb9c058c7289aad2..861ea4fa89f9a41476c25d4fd23c02f96527e2be 100644 (file)
@@ -67,7 +67,7 @@ public:
        ///
        void updateBuffer(ParIterator const & it, UpdateType);
        ///
-       void addToToc(DocIterator const &) const;
+       void addToToc(DocIterator const & di, bool output_active) const;
        ///
        std::string contextMenuName() const;
        //@}
@@ -108,7 +108,7 @@ private:
 
        ///
        struct Cache {
-               Cache() : recalculate(true) {};
+               Cache() : recalculate(true) {}
                ///
                bool recalculate;
                ///