]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_symbolinset.h
more IU
[lyx.git] / src / mathed / math_symbolinset.h
index 42a4bc1c93ef7a1f44d8eadb0332c859520ff2a0..f8f2fb276b487dbad784925a3cb06e3fd77ae0d7 100644 (file)
@@ -27,7 +27,7 @@ public:
        ///
        explicit MathSymbolInset(char const * name);
        ///
-       explicit MathSymbolInset(string const & name);
+       explicit MathSymbolInset(std::string const & name);
        ///
        virtual std::auto_ptr<InsetBase> clone() const;
        ///
@@ -43,9 +43,7 @@ public:
        /// identifies SymbolInset as such
        MathSymbolInset const * asSymbolInset() const { return this; }
        /// the LaTeX name of the symbol (without the backslash)
-       string name() const;
-       ///
-       bool match(MathAtom const &) const;
+       std::string name() const;
        /// request "external features"
        void validate(LaTeXFeatures & features) const;