diff --git a/src/support/Path.h b/src/support/Path.h index 0fdf894e62..26b1795497 100644 --- a/src/support/Path.h +++ b/src/support/Path.h @@ -25,7 +25,8 @@ namespace support { * change to a directory as the cwd, for example : * * if (blah) { - * Path p("/tmp/blah"); + * FileName pp("/tmp/blah"); + * PathChanger p(pp); * ... * } *