]> git.lyx.org Git - features.git/commitdiff
Make trunk compile again after recent switch to QString * for selectedFilter param...
authorTommaso Cucinotta <tommaso@lyx.org>
Sat, 15 Oct 2011 13:41:15 +0000 (13:41 +0000)
committerTommaso Cucinotta <tommaso@lyx.org>
Sat, 15 Oct 2011 13:41:15 +0000 (13:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39866 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp

index 4de2771414d676488f7b3f92394c8a9a5537f300..755e4b8adfafc50b385e526f90e36944484916f7 100644 (file)
@@ -2346,7 +2346,7 @@ bool GuiView::exportBufferAs(Buffer & b)
                dlg.save(toqstr(fname.onlyPath().absFileName()),
                         types,
                         toqstr(fname.onlyFileName()),
-                        filter);
+                        &filter);
        if (result.first != FileDialog::Chosen)
                return false;