Add comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28129 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-01-12 20:29:58 +00:00
parent 75973de67f
commit 14b34d5afd

View 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);
* ...
* }
*