X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FXFormsView.C;h=ee8c67f1ece47ac892336ac616fa733a71f8d2e0;hb=21226de2b87a86be19fff025cace3d286a75aa76;hp=e331f5dc7d770902684bbdc2acf1cb4db22a2754;hpb=ce2ec24b67d997baf0a66f71e3589388652416a6;p=lyx.git diff --git a/src/XFormsView.C b/src/XFormsView.C index e331f5dc7d..ee8c67f1ec 100644 --- a/src/XFormsView.C +++ b/src/XFormsView.C @@ -58,7 +58,7 @@ XFormsView::XFormsView(int width, int height) // Connect the minibuffer signals minibuffer->stringReady.connect(SigC::slot(getLyXFunc(), - &LyXFunc::miniDispatch)); + &LyXFunc::miniDispatch)); minibuffer->timeout.connect(SigC::slot(getLyXFunc(), &LyXFunc::initMiniBuffer));