X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fundo.h;h=d378dc7a73bb3b5c1fd4a4d4daf4d0230f31e28b;hb=35cf7dcb2bdfdcda465b69c58465f657c77fd9d7;hp=83cd0db60d570bd18b0aab40dc78c4d07ba01a98;hpb=0088121bd8c3fc7f2109e8dc9b22b73ca193f20e;p=lyx.git diff --git a/src/undo.h b/src/undo.h index 83cd0db60d..d378dc7a73 100644 --- a/src/undo.h +++ b/src/undo.h @@ -19,7 +19,6 @@ #include "lyxparagraph.h" #include -using std::list; /// class Undo { @@ -61,7 +60,7 @@ public: class UndoStack{ private: /// - typedef list Stakk; + typedef std::list Stakk; /// Stakk stakk; /// the maximum number of undo steps stored.