mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-13 03:40:34 +00:00
Cursor::bv_ can be private too.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34147 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
108a67ed43
commit
84689d1cda
@ -289,8 +289,6 @@ public:
|
|||||||
void checkBufferStructure();
|
void checkBufferStructure();
|
||||||
|
|
||||||
public:
|
public:
|
||||||
///
|
|
||||||
BufferView * bv_;
|
|
||||||
//private:
|
//private:
|
||||||
|
|
||||||
///
|
///
|
||||||
@ -299,6 +297,8 @@ public:
|
|||||||
void saveBeforeDispatchPosXY();
|
void saveBeforeDispatchPosXY();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
///
|
||||||
|
BufferView * bv_;
|
||||||
/// the anchor position
|
/// the anchor position
|
||||||
DocIterator anchor_;
|
DocIterator anchor_;
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user