]> git.lyx.org Git - features.git/commitdiff
Add comment.
authorPavel Sanda <sanda@lyx.org>
Mon, 12 Jan 2009 20:29:58 +0000 (20:29 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 12 Jan 2009 20:29:58 +0000 (20:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28129 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/Path.h

index 0fdf894e622e98df8c25bebeae9257a5ac2e9f65..26b179549777381a799af06ad68db69c82dbb4e6 100644 (file)
@@ -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);
  *     ...
  * }
  *