]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathDelim.h
Improved character count statistics for letter based insets (e.g. the LyX logo).
[features.git] / src / mathed / InsetMathDelim.h
index 72e204ed116df3652383a4635ee38e28ecad199e..5a7e8164049cfb7948559b8dd12587adc149d57a 100644 (file)
@@ -15,8 +15,6 @@
 
 #include "InsetMathNest.h"
 
-#include <string>
-
 
 namespace lyx {
 
@@ -32,6 +30,8 @@ public:
        InsetMathDelim * asDelimInset() { return this; }
        ///
        InsetMathDelim const * asDelimInset() const { return this; }
+       ///
+       MathClass mathClass() const { return MC_INNER; }
        /// is it (...)?
        bool isParenthesis() const;
        /// is it [...]?