]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
* Lazy MathData to avoid unneeded interpretation of macro definitions
[lyx.git] / src / insets / InsetTabular.h
index 3020aede59dd53e2d0621a41a8055faede47e7d6..c3a64cea937ed98d515b0ace9b1935789f57507d 100644 (file)
@@ -539,7 +539,7 @@ public:
                bool endfoot;
                /// row of endlastfoot
                bool endlastfoot;
-               /// row for a pagebreak
+               /// row for a newpage
                bool newpage;
        };
        ///
@@ -679,7 +679,7 @@ public:
        ///
        EDITABLE editable() const { return HIGHLY_EDITABLE; }
        ///
-       bool insetAllowed(InsetCode) const { return true; }
+       bool insetAllowed(InsetCode code) const;
        ///
        bool allowSpellCheck() const { return true; }
        ///