X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBuffer.h;h=0cb70266374682815ac5f271ff957329c09e62d6;hb=244de5d2c10a990828eafdd72283fc87742dc133;hp=477a8ac8adb55419abb3f89f4c40a5be068e9849;hpb=ff0c95aba639ab35a71f5d8ee347ecefbb9e71e1;p=features.git diff --git a/src/Buffer.h b/src/Buffer.h index 477a8ac8ad..0cb7026637 100644 --- a/src/Buffer.h +++ b/src/Buffer.h @@ -74,6 +74,7 @@ class FileNameList; namespace graphics { class PreviewLoader; +class Cache; } @@ -587,6 +588,8 @@ public: void updatePreviews() const; /// Remove any previewed LaTeX snippets associated with this buffer void removePreviews() const; + /// + graphics::Cache & graphicsCache() const; /// Our main text (inside the top InsetText) Text & text() const;