]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
The insettext patch.
[lyx.git] / src / lyxtext.h
index eb5f55fcb86033556045f7341a6d3ab2f8dec95c..1163ff27487401d365d84573d6dfa159a30fa26c 100644 (file)
@@ -223,9 +223,11 @@ private:
 
        refresh_status refresh_status_;
 
+public:
        /// only the top-level LyXText has this non-zero
        BufferView * bv_owner;
 
+private:
        /// returns a pointer to a specified row.
        RowList::iterator
        getRow(ParagraphList::iterator pit, lyx::pos_type pos) const;