]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
GuiBox.cpp: fix this issue: horizontal box alignment is only possible without inner...
[lyx.git] / src / Cursor.h
index eb268a371a83750aa668d6ee87b84f7ef7eb6554..3ef8a68603c77b8ea1463323c0e0be3e8c23502a 100644 (file)
@@ -36,9 +36,6 @@ class Encoding;
 
 
 /// The cursor class describes the position of a cursor within a document.
-
-// The public inheritance should go in favour of a suitable data member
-// (or maybe private inheritance) at some point of time.
 class Cursor : public DocIterator
 {
 public:
@@ -289,8 +286,6 @@ public:
        void checkBufferStructure();
 
 public:
-       ///
-       BufferView * bv_;
 //private:
        
        ///
@@ -299,6 +294,8 @@ public:
        void saveBeforeDispatchPosXY();
 
 private:
+       ///
+       BufferView * bv_;
        /// the anchor position
        DocIterator anchor_;
        ///