]> git.lyx.org Git - lyx.git/blobdiff - src/textcursor.C
Point fix, earlier forgotten
[lyx.git] / src / textcursor.C
index e5d1aede83a0fe5562dedc5441470908f64c47c3..c8d225990cfb841ba36252ead1ee1b1ab284b6bb 100644 (file)
@@ -1,3 +1,13 @@
+/**
+ * \file textcursor.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #include <config.h>
 
 #include "textcursor.h"
@@ -50,7 +60,7 @@ void TextCursor::clearSelection()
 }
 
 
-string const TextCursor::selectionAsString(Buffer const * buffer,
+string const TextCursor::selectionAsString(Buffer const & buffer,
                                        bool label) const
 {
        if (!selection.set())