]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiWorkArea.C
new LFUN_WINDOW_CLOSE
[features.git] / src / frontends / qt4 / GuiWorkArea.C
index 235fc10dd7f03c1350b65d610fce814d41ad8790..c224ae59fc406c93bc36cd0c723a0cc7c736c427 100644 (file)
@@ -180,8 +180,8 @@ SyntheticMouseEvent::SyntheticMouseEvent()
 {}
 
 
-GuiWorkArea::GuiWorkArea(int w, int h, LyXView & lyx_view)
-       : WorkArea(lyx_view)
+GuiWorkArea::GuiWorkArea(int w, int h, int id, LyXView & lyx_view)
+       : WorkArea(id, lyx_view)
 {
        cursor_ = new frontend::CursorWidget(this);
        cursor_->hide();