diff --git a/mrw/file.hpp b/mrw/file.hpp index e5633aa..98e7885 100644 --- a/mrw/file.hpp +++ b/mrw/file.hpp @@ -10,6 +10,9 @@ @license LGPL, see file COPYING $Log$ + Revision 1.3 2005/02/18 15:52:20 marc + correection in documentation + Revision 1.2 2005/01/28 07:49:32 marc Save configuration using file.hpp @@ -285,7 +288,7 @@ namespace mrw { @code mrw::Dir dir("/home"); while (dir) { - dirent entry(dir()); + mrw::Dir::Entry entry(dir()); ... } @endcode