]> git.lyx.org Git - lyx.git/blobdiff - src/undo.h
remove Last when NEW_INSETS is defined
[lyx.git] / src / undo.h
index d7361477aae42e338c8feb24a7aed90b3665dbca..d378dc7a73bb3b5c1fd4a4d4daf4d0230f31e28b 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.
  *
  * ====================================================== */
 
@@ -19,7 +19,6 @@
 #include "lyxparagraph.h"
 
 #include <list>
-using std::list;
 
 ///
 class Undo {
@@ -61,7 +60,7 @@ public:
 class UndoStack{
 private:
        ///
-       typedef list<Undo*> Stakk;
+       typedef std::list<Undo*> Stakk;
        ///
        Stakk stakk;
        /// the maximum number of undo steps stored.