]> git.lyx.org Git - lyx.git/blobdiff - src/importer.C
* remove various xforms relicts, in particular:
[lyx.git] / src / importer.C
index 41aa3dd95406db097c089e253e81c51b97cd07b9..1c84d3d147e22eef988f5e8786daf435ff908c96 100644 (file)
@@ -76,7 +76,7 @@ bool Importer::Import(LyXView * lv, string const & filename,
                string filename2 = (loader_format == format) ? filename
                        : changeExtension(filename,
                                          formats.extension(loader_format));
-               insertAsciiFile(lv->view().get(), filename2, as_paragraphs);
+               insertAsciiFile(lv->view(), filename2, as_paragraphs);
                lv->dispatch(FuncRequest(LFUN_MARK_OFF));
        }