]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_symbolinset.h
oh well
[lyx.git] / src / mathed / math_symbolinset.h
index bb653b220f08bc581f215eb29e7fa99f520b4d0a..018fc63b8540229880905febbcca3d544cb48ef4 100644 (file)
@@ -35,6 +35,10 @@ public:
        string name() const;
        ///
        bool match(MathInset *) const;
+       /// request "external features"
+       void validate(LaTeXFeatures & features) const;
+       /// identifies complicated things that need braces if used as arg
+       bool needsBraces() const { return false; }
 
        ///
        void normalize(NormalStream &) const;