X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsCache.h;h=0fd1dd0102a1945eb990c32140f79d7a4c2a2018;hb=19b840ae23a888300f9a5c03971351b546cce93d;hp=66cfc85bf6e490160b1b91886b80425fd2781cd2;hpb=b032e2dfafbf1e86918dd0cd66e5de602edeee00;p=lyx.git diff --git a/src/graphics/GraphicsCache.h b/src/graphics/GraphicsCache.h index 66cfc85bf6..0fd1dd0102 100644 --- a/src/graphics/GraphicsCache.h +++ b/src/graphics/GraphicsCache.h @@ -46,7 +46,7 @@ public: std::vector const & loadableFormats() const; /// Add a graphics file to the cache. - void add(support::FileName const & file) const; + void add(support::FileName const & file, support::FileName const & doc_file) const; /// Remove a file from the cache. void remove(support::FileName const & file) const;