]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macro.h
more IU
[lyx.git] / src / mathed / math_macro.h
index 1ec617c35f2e253f665abc08796a5d7bcd1155eb..8912501b5e32711aa6c8a39ed61df1c0bce99460 100644 (file)
@@ -16,7 +16,7 @@
 #include "math_data.h"
 #include "math_nestinset.h"
 #include "metricsinfo.h"
-#include "support/std_string.h"
+
 
 class MathMacroTemplate;
 
@@ -25,7 +25,7 @@ class MathMacroTemplate;
 class MathMacro : public MathNestInset {
 public:
        /// A macro can be built from an existing template
-       explicit MathMacro(string const &);
+       explicit MathMacro(std::string const &);
        ///
        MathMacro(MathMacro const &);
        ///
@@ -48,8 +48,6 @@ public:
        void validate(LaTeXFeatures &) const;
        ///
        bool isMacro() const { return true; }
-       ///
-       bool match(MathAtom const &) const { return false; }
 
        ///
        void maple(MapleStream &) const;
@@ -66,7 +64,7 @@ private:
        ///
        void operator=(MathMacro const &);
        ///
-       string name() const;
+       std::string name() const;
        ///
        bool defining() const;
        ///