From: Vincent van Ravesteijn Date: Fri, 8 Jan 2010 01:51:52 +0000 (+0000) Subject: typo ? X-Git-Tag: 2.0.0~4512 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=41270b98b490673ef50c670ace696d106bbd1fb4;p=lyx.git typo ? git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32873 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiWorkArea.cpp b/src/frontends/qt4/GuiWorkArea.cpp index 0709dce5a4..7df52c211c 100644 --- a/src/frontends/qt4/GuiWorkArea.cpp +++ b/src/frontends/qt4/GuiWorkArea.cpp @@ -334,7 +334,7 @@ void GuiWorkArea::setGuiView(GuiView & gv) void GuiWorkArea::setBuffer(Buffer & buffer) { delete buffer_view_; - buffer_view_ = new BufferView(buffer), + buffer_view_ = new BufferView(buffer); buffer.workAreaManager().add(this); // HACK: Prevents an additional redraw when the scrollbar pops up