From: Jean-Marc Lasgouttes Date: Sat, 15 Jul 2017 16:41:56 +0000 (+0200) Subject: Fix comment X-Git-Tag: 2.3.0beta1~173 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a39a98f422c95678fcad995acee0984a7b050a9b;p=features.git Fix comment --- 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