]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacro.h
Improve the list of equations
[lyx.git] / src / mathed / MathMacro.h
index 5584dd70a5a2899186f296affa335c93bcfb4240..6e795237e197d2b50480c9b69d6f0e19cde108f0 100644 (file)
@@ -141,6 +141,9 @@ public:
        size_t appetite() const;
        ///
        InsetCode lyxCode() const { return MATH_MACRO_CODE; }
+       /// This is not used for display; however whether it is mathrel determines
+       /// how to split equations intelligently.
+       MathClass mathClass() const; //override
 
 protected:
        friend class MathData;