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(); 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_;
/// ///