1
0
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:
Vincent van Ravesteijn 2010-04-15 18:30:15 +00:00
parent 108a67ed43
commit 84689d1cda

View File

@ -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_;
///