]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_amsarrayinset.h
bug + spped fixes + small stuff
[lyx.git] / src / mathed / math_amsarrayinset.h
index 4792e974a3c19de41c04386696c81ceef08da4f2..87c64ee868ef346879e3a4ee29cd5314cac78b87 100644 (file)
@@ -19,9 +19,9 @@
 class MathAMSArrayInset : public MathGridInset {
 public:
        ///
-       MathAMSArrayInset(string const & name, int m, int n);
+       MathAMSArrayInset(std::string const & name, int m, int n);
        ///
-       MathAMSArrayInset(string const & name);
+       MathAMSArrayInset(std::string const & name);
        ///
        virtual std::auto_ptr<InsetBase> clone() const;
        ///
@@ -45,7 +45,7 @@ private:
        char const * name_right() const;
 
        ///
-       string name_;
+       std::string name_;
 };
 
 #endif