]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
Fix bug 2474; partial fix for 1777. Added last_reference_ member to QRef class and...
[lyx.git] / src / paragraph_pimpl.h
index 7d4aba0c585ed17647bd009ccf93daeafed98d62..86acf1028f5614a8aaeb57fe46304982edcb552c 100644 (file)
@@ -131,7 +131,7 @@ public:
        /// Output a space in appropriate formatting (or a surrogate pair
        /// if the next character is a combining character).
        /// \return whether a surrogate pair was output.
-       bool simpleTeXBlanks(BufferParams const &, Encoding const &,
+       bool simpleTeXBlanks(Encoding const &,
                             odocstream &, TexRow & texrow,
                             pos_type & i,
                             unsigned int & column,