]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macro.h
The std::string mammoth path.
[lyx.git] / src / mathed / math_macro.h
index 1ec617c35f2e253f665abc08796a5d7bcd1155eb..6047c3811d2b8e74d02cdda34b3fb990bb1b4dbb 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 &);
        ///
@@ -66,7 +66,7 @@ private:
        ///
        void operator=(MathMacro const &);
        ///
-       string name() const;
+       std::string name() const;
        ///
        bool defining() const;
        ///