]> git.lyx.org Git - lyx.git/blobdiff - src/Row.h
* GuiDocument.cpp (less_textclass_avail_desc):
[lyx.git] / src / Row.h
index f053b4c5a9913106237a17143cdbab07b9519917..0c39692aef2222ac84d176580f3195af0ab45759 100644 (file)
--- a/src/Row.h
+++ b/src/Row.h
@@ -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.