From a39a98f422c95678fcad995acee0984a7b050a9b Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Sat, 15 Jul 2017 18:41:56 +0200 Subject: [PATCH] Fix comment --- src/ParagraphMetrics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ParagraphMetrics.h b/src/ParagraphMetrics.h index 7244e2a2d3..55304fd9ed 100644 --- a/src/ParagraphMetrics.h +++ b/src/ParagraphMetrics.h @@ -61,7 +61,7 @@ public: /// size_t pos2row(pos_type pos) const; - /// BufferView::redoParagraph updates this + /// TextMetrics::redoParagraph updates this Dimension const & dim() const { return dim_; } Dimension & dim() { return dim_; } /// total height of paragraph -- 2.39.5