]> git.lyx.org Git - lyx.git/blobdiff - src/undo.h
remove Last when NEW_INSETS is defined
[lyx.git] / src / undo.h
index ca904037d11bf73f3d2c3eaf6549bb817720af78..d378dc7a73bb3b5c1fd4a4d4daf4d0230f31e28b 100644 (file)
@@ -20,8 +20,6 @@
 
 #include <list>
 
-using std::list;
-
 ///
 class Undo {
 public:
@@ -62,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.