rgheck
Tue, 09 Feb 2010 08:17:41 -0800
Modified: lyx-devel/trunk/src/Cursor.cpp
==============================================================================
--- lyx-devel/trunk/src/Cursor.cpp Tue Feb 9 15:34:58 2010 (r33388)
+++ lyx-devel/trunk/src/Cursor.cpp Tue Feb 9 17:11:13 2010 (r33389)
@@ -26,6 +26,7 @@
#include "FuncCode.h"
#include "FuncRequest.h"
#include "Language.h"
+#include "LyX.h"
#include "LyXAction.h"
#include "LyXRC.h"
#include "Paragraph.h"
@@ -1668,7 +1669,7 @@
int yo = 0;
getPos(xo, yo);
xo = beforeDispatchPosX_;
-
+
// check if we had something else in mind, if not, this is the future
// target
if (x_target_ == -1)
??? rh