]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.h
paragraph-spacing, redoparagraph in deleteemptyparagraphmechanism, got rid of some...
[lyx.git] / src / LaTeX.h
index 1aa710201f6fe0c87078a4d75bb331eefc3152fe..c9f5c9f1ce5578974869283684beb6eac868e5d9 100644 (file)
@@ -22,7 +22,6 @@
 #include "LString.h"
 #include "DepTable.h"
 #include <vector>
-using std::vector;
 
 class MiniBuffer;
 
@@ -47,7 +46,7 @@ private:
        };
 public:
        ///
-       typedef vector<Error> Errors;
+       typedef std::vector<Error> Errors;
        ///
        Errors::const_iterator begin() const { return errors.begin(); }
        ///