]> git.lyx.org Git - lyx.git/blobdiff - src/filedlg.h
citation patch from Angus
[lyx.git] / src / filedlg.h
index 79a9058a4abf212635980e6d72cfdc59af079b5d..75ff15f698f622c53114167e11d77d3f27bbf907 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.
  *
  * ====================================================== */
 
 #include FORMS_H_LOCATION
 #include "form1.h"
 
-using std::vector;
-
-
 /// LyXDirEntry internal structure definition
-class LyXDirEntry
-{
+class LyXDirEntry {
 public:
+       ///
        string pszName;
+       ///
        string pszDisplayed;
+       ///
        string pszLsEntry;
 };
 
@@ -82,7 +81,7 @@ private:
        ///
        string pszInfoLine;
        ///
-       typedef vector<LyXDirEntry> DirEntries;
+       typedef std::vector<LyXDirEntry> DirEntries;
        ///
        DirEntries direntries;
        ///