X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FRow.h;h=5b67abba5e463d655edfbb3b3dcf621c5db91634;hb=26f336769af8dd5c48c2c0241cd3fbfc50a3c65e;hp=f013fb49db1159ee094ff338125e19f337107ad6;hpb=150b11e953c4fd6cfc8beca1d2af124db8cf734e;p=features.git diff --git a/src/Row.h b/src/Row.h index f013fb49db..5b67abba5e 100644 --- a/src/Row.h +++ b/src/Row.h @@ -64,7 +64,7 @@ public: int descent() const { return dim_.des; } /// current debugging only - void dump(const char * = "") const; + void dump(char const * = "") const; /// width of a separator (i.e. space) double separator; @@ -78,8 +78,6 @@ public: pos_type sel_beg; /// pos_type sel_end; - - private: /// has the Row appearance changed since last drawing? bool changed_;