thanks
john

-- 
"Euler's equation contains the five most important numbers in mathematics."
Index: src/mathed/ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/ChangeLog,v
retrieving revision 1.85
diff -u -r1.85 ChangeLog
--- src/mathed/ChangeLog        2001/06/25 00:06:23     1.85
+++ src/mathed/ChangeLog        2001/06/25 01:07:24
@@ -1,3 +1,7 @@
+2001-06-25  John Levon  <[EMAIL PROTECTED]>
+
+       * math_matrixinset.h: add std:: to vector
+
 2001-06-24  The LyX Project  <Asger>
 
        * math_inset.C: Cursor movement is better in square roots, among
Index: src/mathed/math_matrixinset.h
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_matrixinset.h,v
retrieving revision 1.11
diff -u -r1.11 math_matrixinset.h
--- src/mathed/math_matrixinset.h       2001/06/25 00:06:32     1.11
+++ src/mathed/math_matrixinset.h       2001/06/25 01:07:24
@@ -47,7 +47,7 @@
        ///
        bool ams() const;
        ///
-       vector<string> const getLabelList() const;
+       std::vector<string> const getLabelList() const;
        ///
        void Validate(LaTeXFeatures & features);
 

Reply via email to