]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
DocBook: fix for nomenclature xml:id and glossary paragraphs.
[lyx.git] / src / BufferView.h
index 4a020eb3b21a2c3aa9be3240ba073e791fbdc526..74e29c6424681ff0048a9dc660bb8768acd0659f 100644 (file)
@@ -46,7 +46,6 @@ class MathData;
 class MathRow;
 class ParagraphMetrics;
 class Point;
-class TexRow;
 class Text;
 class TextMetrics;
 
@@ -219,7 +218,7 @@ public:
        /// return the inline completion postfix.
        docstring const & inlineCompletion() const;
        /// return the number of unique characters in the inline completion.
-       size_t const & inlineCompletionUniqueChars() const;
+       size_t inlineCompletionUniqueChars() const;
        /// return the position in the buffer of the inline completion postfix.
        DocIterator const & inlineCompletionPos() const;
        /// make sure inline completion position is OK