]> git.lyx.org Git - lyx.git/blobdiff - src/LyXFunc.h
Fix bug #4510: GuiInclude->Edit marks master as changed.
[lyx.git] / src / LyXFunc.h
index 85e74533d3f874864f8b3be69032226c7792d15a..a8d76b182dcd0ecce2a2b13e38f1b4ed54d28a01 100644 (file)
@@ -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