]> git.lyx.org Git - lyx.git/blobdiff - src/textcursor.h
zlib stuff
[lyx.git] / src / textcursor.h
index 26091d5a4b68dc9cdd639e1abc65cb567a0c7d4c..530bb22840c67cd9f8ea2f6fe007e775f43fb51a 100644 (file)
@@ -16,6 +16,9 @@
 #ifndef TEXTCURSOR_H
 #define TEXTCURSOR_H
 
+// Do not even think of forward declaring LyXText/BufferView etc here!
+// If you need Paragraph proper, go to text_func.h
+
 /** The cursor.
        Later this variable has to be removed. There should be now internal
        cursor in a text (and thus not in a buffer). By keeping this it is