X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsCache.h;h=66cfc85bf6e490160b1b91886b80425fd2781cd2;hb=a700d657b3b06541b10ddae8cc5847bd46d06aae;hp=f0ea832f3d2d2311f8effb5ca84e352122e94122;hpb=a287184d720bc57a5b248939f81cfd26276086c7;p=lyx.git diff --git a/src/graphics/GraphicsCache.h b/src/graphics/GraphicsCache.h index f0ea832f3d..66cfc85bf6 100644 --- a/src/graphics/GraphicsCache.h +++ b/src/graphics/GraphicsCache.h @@ -20,9 +20,9 @@ #ifndef GRAPHICSCACHE_H #define GRAPHICSCACHE_H -#include -#include +#include #include +#include namespace lyx { @@ -33,8 +33,7 @@ namespace graphics { class CacheItem; -class Cache -{ +class Cache { public: /// This is a singleton class. Get the instance. @@ -59,13 +58,13 @@ public: * Returns an empty container if there is no such item. * * IMPORTANT: whatever uses an image must make a local copy of this - * ItemPtr. The tr1::shared_ptr<>::use_count() function is + * ItemPtr. The shared_ptr<>::use_count() function is * used to ascertain whether or not to remove the item from the cache * when remove(file) is called. * * You have been warned! */ - typedef std::tr1::shared_ptr ItemPtr; + typedef std::shared_ptr ItemPtr; /// ItemPtr const item(support::FileName const & file) const;