]> git.lyx.org Git - lyx.git/blobdiff - src/undo.h
Various fixes to Tabular, InsetTabular and InsetText. Fixed left border for
[lyx.git] / src / undo.h
index d7361477aae42e338c8feb24a7aed90b3665dbca..d1c468848de3821da7cf5ac73690ae7f4a7d2cb2 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.
  *
  * ====================================================== */
 
 #pragma interface
 #endif
 
+#include <list>
+
 #include "lyxparagraph.h"
 
-#include <list>
-using std::list;
 
 ///
 class Undo {
@@ -61,7 +61,7 @@ public:
 class UndoStack{
 private:
        ///
-       typedef list<Undo*> Stakk;
+       typedef std::list<Undo*> Stakk;
        ///
        Stakk stakk;
        /// the maximum number of undo steps stored.