correection in documentation
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
@license LGPL, see file <a href="license.html">COPYING</a>
|
||||
|
||||
$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
|
||||
|
Reference in New Issue
Block a user