mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Compil fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24897 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6186965651
commit
5924ca2831
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user