]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
typo
[lyx.git] / src / Buffer.h
index f1bd1f5e795ee7d85513c1217fda43971d8f875a..48ed0e7c36be7779af78124402ec07fd122e31d9 100644 (file)
@@ -287,6 +287,8 @@ private:
 public:
        /// Fill in the ErrorList with the TeXErrors
        void bufferErrors(TeXErrors const &, ErrorList &) const;
+       /// Fill in the Citation/Reference ErrorList from the TeXErrors
+       void bufferRefs(TeXErrors const &, ErrorList &) const;
 
        enum OutputWhat {
                FullSource,