X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FPreviewImage.h;h=6b5ac7e66cd1d1e0495a0b84a5aa37570fa7adfd;hb=4ddc9e2501400f8bdc35d4d1fe56f39c49e82115;hp=04f1338e1080befd50f7f34af003e1a434e751c3;hpb=b8d43b05bc8411ae6dd347f40669b0c4a9a0d1ee;p=lyx.git diff --git a/src/graphics/PreviewImage.h b/src/graphics/PreviewImage.h index 04f1338e10..6b5ac7e66c 100644 --- a/src/graphics/PreviewImage.h +++ b/src/graphics/PreviewImage.h @@ -22,6 +22,7 @@ class Dimension; namespace graphics { +class Cache; class PreviewLoader; class Image; @@ -49,6 +50,8 @@ public: /// support::FileName const & filename() const; + PreviewLoader & previewLoader() const; + private: /// Use the Pimpl idiom to hide the internals. class Impl;