]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetRef.cpp
Make listings dialog translatable (mostly strings from InsetListingsParams), fix...
[lyx.git] / src / insets / InsetRef.cpp
index 5044365eb493fc5650ea65b7cbc41d1195f4c7e0..515842e04e4a608dcea90b517d873be3671000a2 100644 (file)
@@ -12,7 +12,7 @@
 #include "InsetRef.h"
 
 #include "Buffer.h"
-#include "LCursor.h"
+#include "Cursor.h"
 #include "DispatchResult.h"
 #include "FuncRequest.h"
 #include "gettext.h"
@@ -42,7 +42,7 @@ InsetRef::InsetRef(InsetRef const & ir)
 {}
 
 
-void InsetRef::doDispatch(LCursor & cur, FuncRequest & cmd)
+void InsetRef::doDispatch(Cursor & cur, FuncRequest & cmd)
 {
        switch (cmd.action) {
        case LFUN_MOUSE_PRESS: