]> git.lyx.org Git - lyx.git/commitdiff
Compil fix.
authorPavel Sanda <sanda@lyx.org>
Fri, 23 May 2008 09:32:49 +0000 (09:32 +0000)
committerPavel Sanda <sanda@lyx.org>
Fri, 23 May 2008 09:32:49 +0000 (09:32 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24897 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiApplication.cpp

index df3039e36c88690db4b36c856feea09df25d8a81..bf222a225b54941c309ff70887eb24734564fd42 100644 (file)
@@ -1063,7 +1063,7 @@ bool GuiApplication::x11EventFilter(XEvent * xev)
                if (bv) {
                        docstring const sel = bv->requestSelection();
                        if (!sel.empty())
-                               selection_.put(sel);
+                               d->selection_.put(sel);
                }
                break;
        }