]> git.lyx.org Git - lyx.git/blobdiff - src/Row.h
Prevent accidental usage of wrong copy constructor
[lyx.git] / src / Row.h
index 04890f70657cfe1197e49d87277e4812776cf3fe..13a11b4870e361365bf9a47ae7e049b23f2ed425 100644 (file)
--- a/src/Row.h
+++ b/src/Row.h
@@ -165,7 +165,7 @@ public:
        Dimension & dimension() { return dim_; }
        ///
        int height() const { return dim_.height(); }
-       ///
+       /// The width of the row, including the left margin, but not the right one.
        int width() const { return dim_.wid; }
        ///
        int ascent() const { return dim_.asc; }