]> git.lyx.org Git - lyx.git/blobdiff - src/support/Path.h
CMake: fix merged build, seems GCC could not handle the namespaces correctly
[lyx.git] / 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);
  *     ...
  * }
  *