]> git.lyx.org Git - lyx.git/blobdiff - src/filedlg.h
Fix small bug in reading \set_color in lyxrc
[lyx.git] / src / filedlg.h
index 79a9058a4abf212635980e6d72cfdc59af079b5d..43b8660f82e122e4f8f2a1883763236a7b04fe72 100644 (file)
@@ -5,7 +5,7 @@
  *           LyX, The Document Processor
  *        
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-1999 The LyX Team.
+ *           Copyright 1995-2000 The LyX Team.
  *
  * ====================================================== */
 
@@ -22,9 +22,6 @@
 #include FORMS_H_LOCATION
 #include "form1.h"
 
-using std::vector;
-
-
 /// LyXDirEntry internal structure definition
 class LyXDirEntry
 {
@@ -82,7 +79,7 @@ private:
        ///
        string pszInfoLine;
        ///
-       typedef vector<LyXDirEntry> DirEntries;
+       typedef std::vector<LyXDirEntry> DirEntries;
        ///
        DirEntries direntries;
        ///