]> git.lyx.org Git - lyx.git/blobdiff - src/Row.h
tex2lyx: improve module support
[lyx.git] / src / Row.h
index a42d91d3f18d30e69c38f56edcd6bdda62770fc5..01c62cf266a30064a62f20b4bca8a25c2d73185c 100644 (file)
--- 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.