]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetTabular.h
* Lazy MathData to avoid unneeded interpretation of macro definitions
[features.git] / src / insets / InsetTabular.h
index 8950077de263bd4dc71f0e2d4b9ed13f02ef4795..c3a64cea937ed98d515b0ace9b1935789f57507d 100644 (file)
@@ -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; }
        ///