X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferView.h;h=74e29c6424681ff0048a9dc660bb8768acd0659f;hb=0ed820fa0b8ea11a390c182286c5b34a2686058a;hp=4a020eb3b21a2c3aa9be3240ba073e791fbdc526;hpb=2a594d3e90a673c56df9766658a79cf0bcaeb9a8;p=lyx.git diff --git a/src/BufferView.h b/src/BufferView.h index 4a020eb3b2..74e29c6424 100644 --- a/src/BufferView.h +++ b/src/BufferView.h @@ -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