]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.h
Another warning.
[lyx.git] / src / mathed / InsetMath.h
index e043a733fbc95a4a7e013339ac7129dd3453b4eb..3d68f22d902fd601ac15c1937c5efd1a22ab2a0c 100644 (file)
@@ -216,6 +216,8 @@ public:
        /// superscript kerning
        virtual int kerning(BufferView const *) const { return 0; }
        ///
+       bool isInToc() const { return true; }
+       ///
        InsetCode lyxCode() const { return MATH_CODE; }
 };