]> git.lyx.org Git - lyx.git/blobdiff - src/TextMetrics.h
* There are cases where updateLabels is not called because no
[lyx.git] / src / TextMetrics.h
index fccb2678b75d9da9b7aa285eec87f99a3e5c4d74..34eda6b2de971a1e01ddf60ebb75cabfab734896 100644 (file)
@@ -242,6 +242,7 @@ public:
        int leftMargin(int max_width, pit_type pit) const;
 
 private:
+       friend class BufferView;
 
        /// The BufferView owner.
        BufferView * bv_;