]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLayout.h
Move isMultiCell() to Cursor, and use it.
[lyx.git] / src / insets / InsetLayout.h
index 0d6ad2ae4fd670a16a70029ac699b6038ad49834..3107338e0d3faca9dff281b124d92f19c38550a3 100644 (file)
@@ -24,6 +24,7 @@
 namespace lyx {
 
 class Lexer;
+class TextClass;
 
 ///
 class InsetLayout {
@@ -38,7 +39,7 @@ public:
                Default
        };
        ///
-       bool read(Lexer & lexrc);
+       bool read(Lexer & lexrc, TextClass & tclass);
        ///
        docstring name() const { return name_; };
        ///