X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsCache.h;h=0fd1dd0102a1945eb990c32140f79d7a4c2a2018;hb=c6f262a5b74e7bf595efd6a02ca26a2900e5e6eb;hp=e6d810ff429148e49e0f2d86adc5fe5e87ebb9b1;hpb=c9b9748cee687e709e9e48dd2c78e054d8ea29a3;p=lyx.git diff --git a/src/graphics/GraphicsCache.h b/src/graphics/GraphicsCache.h index e6d810ff42..0fd1dd0102 100644 --- a/src/graphics/GraphicsCache.h +++ b/src/graphics/GraphicsCache.h @@ -20,10 +20,9 @@ #ifndef GRAPHICSCACHE_H #define GRAPHICSCACHE_H -#include "support/shared_ptr.h" - -#include +#include #include +#include namespace lyx { @@ -47,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; @@ -65,7 +64,7 @@ public: * * You have been warned! */ - typedef shared_ptr ItemPtr; + typedef std::shared_ptr ItemPtr; /// ItemPtr const item(support::FileName const & file) const;