X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fundo.h;h=d378dc7a73bb3b5c1fd4a4d4daf4d0230f31e28b;hb=8cb2e519b3975cc643f2c93706137cf2e6a4f4d8;hp=d7361477aae42e338c8feb24a7aed90b3665dbca;hpb=8dccec5c46a1689fe3ea37144252e952771e1e1c;p=lyx.git diff --git a/src/undo.h b/src/undo.h index d7361477aa..d378dc7a73 100644 --- a/src/undo.h +++ b/src/undo.h @@ -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 -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.