]> git.lyx.org Git - lyx.git/blobdiff - src/LyXFunc.h
* BufferView::updateMetrics(): split up the method in two for the SinglePar case.
[lyx.git] / src / LyXFunc.h
index 57821db54cdb302ed291f5471f574698cbac7f80..56c5f7cf7e471e694a604569d06936e1adf8e594 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "KeySequence.h"
 #include "lfuns.h"
-#include "TextClass_ptr.h"
+#include "TextClass.h"
 
 #include "support/docstring.h"
 
@@ -127,7 +127,7 @@ private:
        ///
        bool ensureBufferClean(BufferView * bv);
        ///
-       void updateLayout(TextClass_ptr const & oldlayout, Buffer * buffer);
+       void updateLayout(TextClassPtr const & oldlayout, Buffer * buffer);
 };
 
 /// Implementation is in LyX.cpp