]> git.lyx.org Git - lyx.git/blobdiff - src/undo.h
remove Last when NEW_INSETS is defined
[lyx.git] / src / undo.h
index 83cd0db60d570bd18b0aab40dc78c4d07ba01a98..d378dc7a73bb3b5c1fd4a4d4daf4d0230f31e28b 100644 (file)
@@ -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.