X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXFunc.h;h=a8d76b182dcd0ecce2a2b13e38f1b4ed54d28a01;hb=0de1e7730fe798b95b9a9bd92d8bd2853ab5c997;hp=85e74533d3f874864f8b3be69032226c7792d15a;hpb=a98f82c292c7047478e3362449ab21aa35e03375;p=lyx.git diff --git a/src/LyXFunc.h b/src/LyXFunc.h index 85e74533d3..a8d76b182d 100644 --- a/src/LyXFunc.h +++ b/src/LyXFunc.h @@ -4,10 +4,10 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * \author Jean-Marc Lasgouttes * \author John Levon - * \author André Pönitz + * \author André Pönitz * * Full author contact details are available in file CREDITS. */ @@ -127,10 +127,10 @@ private: /// void reloadBuffer(); - /// + /// make sure the document is saved bool ensureBufferClean(BufferView * bv); /// - void updateLayout(DocumentClass * oldlayout, Buffer * buffer); + void updateLayout(DocumentClass const * const oldlayout, Buffer * buffer); }; /// Implementation is in LyX.cpp