Compil fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24897 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-05-23 09:32:49 +00:00
parent 6186965651
commit 5924ca2831

View 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;
}