]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileName.cpp
Remove unused macros USE_INCLUDED_STRING and STD_STRING_IS_GOOD
[lyx.git] / src / support / FileName.cpp
index abc0616883d0e75debe5a1aa7a984ebaf8728fb3..e847ecc5a2ace72d7073febeb51644fb4e69e23d 100644 (file)
@@ -268,7 +268,7 @@ string FileName::onlyFileName() const
 FileName FileName::onlyPath() const
 {
        FileName path;
-       path.d->fi.setFile(d->fi.filePath());
+       path.d->fi.setFile(d->fi.path());
        return path;
 }