]> git.lyx.org Git - lyx.git/blobdiff - src/textcursor.h
Move #includes out of header files.
[lyx.git] / src / textcursor.h
index 5399e0caa23b9c721cf7b177791e29bc6dcd890d..739ca0da2b46eeaf69fa047236c2c85a7efa7df3 100644 (file)
@@ -30,7 +30,7 @@
        it should not be absolutely needed to move the cursor...
        [even later]
        Nevertheless, it should still be moved, in order to keep classes
-       and interdependencies small. 
+       and interdependencies small.
        */
 
 // The structure that keeps track of the selections set.
@@ -66,7 +66,7 @@ struct TextCursor {
        ///
        void clearSelection();
        ///
-       string const selectionAsString(Buffer const * buffer, bool label) const;
+       string const selectionAsString(Buffer const & buffer, bool label) const;
 
        // actual cursor position
        LyXCursor cursor;