X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FRow.h;h=c26752bde861c7c557630cc3ba41938612dc242b;hb=53f8d6d6d373460bdcfebd20d6f826e3915c84ff;hp=f053b4c5a9913106237a17143cdbab07b9519917;hpb=4b0bd4240594f440f81011c83edc7bc86c6c46a5;p=lyx.git diff --git a/src/Row.h b/src/Row.h index f053b4c5a9..c26752bde8 100644 --- a/src/Row.h +++ b/src/Row.h @@ -5,7 +5,7 @@ * Licence details can be found in the file COPYING. * * \author Matthias Ettrich - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS. * @@ -34,8 +34,6 @@ public: /// Row(); /// - Row(pos_type pos); - /// bool changed() const { return changed_; } /// void setChanged(bool c) { changed_ = c; } @@ -89,9 +87,9 @@ public: /// mutable pos_type sel_end; /// - mutable bool left_margin_sel; + mutable bool begin_margin_sel; /// - mutable bool right_margin_sel; + mutable bool end_margin_sel; private: /// Decides whether the margin is selected.