X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fundo.h;h=d378dc7a73bb3b5c1fd4a4d4daf4d0230f31e28b;hb=8cb2e519b3975cc643f2c93706137cf2e6a4f4d8;hp=ca904037d11bf73f3d2c3eaf6549bb817720af78;hpb=85798535a19919e82cc94a177a8414c542a9c5bf;p=lyx.git diff --git a/src/undo.h b/src/undo.h index ca904037d1..d378dc7a73 100644 --- a/src/undo.h +++ b/src/undo.h @@ -20,8 +20,6 @@ #include -using std::list; - /// class Undo { public: @@ -62,7 +60,7 @@ public: class UndoStack{ private: /// - typedef list Stakk; + typedef std::list Stakk; /// Stakk stakk; /// the maximum number of undo steps stored.