]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCache.C
hopefully fix tex2lyx linking.
[lyx.git] / src / graphics / GraphicsCache.C
index 633ecb505b3602957b5fcb1fbb848cfd6bf07ae6..de5b63ad4c32edeaf582b124c0a1ef93dbb246dd 100644 (file)
@@ -66,7 +66,7 @@ std::vector<string> Cache::loadableFormats() const
 
 void Cache::add(string const & file) const
 {
-       if (!support::AbsolutePath(file)) {
+       if (!support::absolutePath(file)) {
                lyxerr << "Cache::add(" << file << "):\n"
                       << "The file must be have an absolute path."
                       << std::endl;