From 797f13806d928b2d45fe8f22b070c0e3a7bd75b5 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Wed, 12 Aug 2009 20:06:29 +0000 Subject: [PATCH] Whitespace and correct naming. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30994 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiView.cpp | 2 +- src/frontends/qt4/GuiView.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index ef0c0dd31c..2ac313b417 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -1931,7 +1931,7 @@ bool GuiView::closeBuffer() bool GuiView::closeBuffer(Buffer & buf, bool close_buffer, - bool tolastopened, bool mark_active) + bool tolastopened, bool mark_active) { // goto bookmark to update bookmark pit. //FIXME: we should update only the bookmarks related to this buffer! diff --git a/src/frontends/qt4/GuiView.h b/src/frontends/qt4/GuiView.h index edaf8f949a..ed12b53bf4 100644 --- a/src/frontends/qt4/GuiView.h +++ b/src/frontends/qt4/GuiView.h @@ -294,7 +294,7 @@ private: /// bool saveBuffer(Buffer & b); /// - bool closeBuffer(Buffer & buf, bool keep_buffer, + bool closeBuffer(Buffer & buf, bool close_buffer, bool tolastopened = false, bool mark_active = false); /// bool saveBufferIfNeeded(Buffer & buf); -- 2.39.5