]> git.lyx.org Git - lyx.git/blobdiff - src/LyXFunc.h
cosmetics.
[lyx.git] / src / LyXFunc.h
index 2e8f286bda81351a372942d485da97f29d9c0694..d512bc2018d1537d2cc620ac3803f75317fe17d5 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "KeySequence.h"
 #include "lfuns.h"
+#include "TextClass_ptr.h"
 
 #include "support/docstring.h"
 
@@ -25,6 +26,7 @@
 
 namespace lyx {
 
+class Buffer;
 class BufferView;
 class FuncRequest;
 class FuncStatus;
@@ -125,6 +127,8 @@ private:
        void reloadBuffer();
        ///
        bool ensureBufferClean(BufferView * bv);
+       ///
+       void updateLayout(TextClass_ptr const & oldlayout, Buffer * buffer);
 };
 
 /// Implementation is in LyX.cpp