]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_cursor.C
mathed35.diff
[features.git] / src / mathed / math_cursor.C
index e547399f65b85437c3990ed72131b6407731c25a..68d583db38090ea5a75e7c362b89cf6280377295 100644 (file)
@@ -844,7 +844,7 @@ bool MathedCursor::pullArg()
                p->clear();
                Delete();
                if (!a.empty()) {
-                       cursor->Merge(&a);
+                       cursor->Merge(a);
                        cursor->Adjust();
                }
 
@@ -947,7 +947,7 @@ void MathedCursor::SelPaste()
                SelDel();
 
        if (!selarray.empty()) {
-               cursor->Merge(&selarray);
+               cursor->Merge(selarray);
                cursor->Adjust();
        }
 }