]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Use unsigned values for enum
[lyx.git] / src / Buffer.h
index 7fc9e4808c386324c88b9bd16aecfe73501f9fa7..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,
@@ -621,9 +623,6 @@ public:
        typedef std::set<docstring> UserMacroSet;
        mutable UserMacroSet usermacros;
 
-       /// Collect user macro names with optional parameters at loading time
-       mutable UserMacroSet usermacros_with_opts;
-
        /// Replace the inset contents for insets which InsetCode is equal
        /// to the passed \p inset_code.
        void changeRefsIfUnique(docstring const & from, docstring const & to);