From: Vincent van Ravesteijn Date: Tue, 18 Aug 2009 20:51:43 +0000 (+0000) Subject: Let's make trunk compilable again. X-Git-Tag: 2.0.0~5657 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=252a8ca4a8a8cf375cc86a6342c725928c036560;p=lyx.git Let's make trunk compilable again. This should have gone with r31127. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31128 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/LyXView.h b/src/frontends/LyXView.h index 77297c4b42..aee92f9202 100644 --- a/src/frontends/LyXView.h +++ b/src/frontends/LyXView.h @@ -67,7 +67,7 @@ public: /// virtual bool closeBuffer() = 0; /// - virtual bool closeBufferAll(bool tolastopened = false) = 0; + virtual bool closeBufferAll() = 0; /// virtual bool hasFocus() const = 0;