X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FRow.h;h=01c62cf266a30064a62f20b4bca8a25c2d73185c;hb=1e519d1115f41f71c253cb9e2fbb7803e9a583a9;hp=a42d91d3f18d30e69c38f56edcd6bdda62770fc5;hpb=654cded167a3d5ce3ee8ec171a698268ef2d589f;p=lyx.git diff --git a/src/Row.h b/src/Row.h index a42d91d3f1..01c62cf266 100644 --- a/src/Row.h +++ b/src/Row.h @@ -198,9 +198,9 @@ public: bool flushed() const { return flushed_; } /// - Dimension const & dimension() const { return dim_; } + Dimension const & dim() const { return dim_; } /// - Dimension & dimension() { return dim_; } + Dimension & dim() { return dim_; } /// int height() const { return dim_.height(); } /// The width of the row, including the left margin, but not the right one.