mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-12 19:38:18 +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();
|
||||
|
||||
public:
|
||||
///
|
||||
BufferView * bv_;
|
||||
//private:
|
||||
|
||||
///
|
||||
@ -299,6 +297,8 @@ public:
|
||||
void saveBeforeDispatchPosXY();
|
||||
|
||||
private:
|
||||
///
|
||||
BufferView * bv_;
|
||||
/// the anchor position
|
||||
DocIterator anchor_;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user