X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FPreviews.h;h=db666d11bef8322f35304bea04e98b6892d396c8;hb=33243f70037b067f90d1574b74b34f90a2ef2aa1;hp=3e2cbc03044f3edb8ad4bdede506ca4920005663;hpb=236ea81bc5c0ce7101c9460d1ee97b8f3c9be9df;p=lyx.git diff --git a/src/graphics/Previews.h b/src/graphics/Previews.h index 3e2cbc0304..db666d11be 100644 --- a/src/graphics/Previews.h +++ b/src/graphics/Previews.h @@ -15,11 +15,11 @@ #ifndef PREVIEWS_H #define PREVIEWS_H -#include "support/std_string.h" #include #include class Buffer; +class LyXRC_PreviewStatus; namespace lyx { namespace graphics { @@ -29,7 +29,7 @@ class PreviewLoader; class Previews : boost::noncopyable { public: /// a wrapper for lyxrc.preview - static bool activated(); + static LyXRC_PreviewStatus status(); /// This is a singleton class. Get the instance. static Previews & get();