]> git.lyx.org Git - lyx.git/blobdiff - src/textcursor.C
last Friday's text*.C -> text_func shuffle
[lyx.git] / src / textcursor.C
index 38ae302bd21f4a16b53271c078151bf98b002606..3d96366e83e75caa6bad86ab57ee605bd6df83fe 100644 (file)
@@ -1,3 +1,4 @@
+#include <config.h>
 
 #include "textcursor.h"
 
@@ -51,7 +52,7 @@ bool TextCursor::setSelection()
        if (selection.start.par() == selection.end.par() &&
            selection.start.pos() == selection.end.pos())
                selection.set(false);
-       
+
        return lsel;
 }