]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.cpp
Introduce the notion of math class
[lyx.git] / src / mathed / InsetMath.cpp
index 2fb1ff5a55b5c7de5055afa686b874383995d67e..aec53d0518a961da755350b0d127a270b79e9ba2 100644 (file)
@@ -49,6 +49,12 @@ MathData const & InsetMath::cell(idx_type) const
 }
 
 
+MathClass InsetMath::mathClass() const
+{
+       return MC_ORD;
+}
+
+
 void InsetMath::dump() const
 {
        lyxerr << "---------------------------------------------" << endl;