]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/Previews.h
clean code to export between different flavours, output different code for sgml to...
[lyx.git] / src / graphics / Previews.h
index 2ede9c4bb9453f809d0e5747a0ce87975cc4b741..db666d11bef8322f35304bea04e98b6892d396c8 100644 (file)
@@ -19,6 +19,7 @@
 #include <boost/scoped_ptr.hpp>
 
 class Buffer;
+class LyXRC_PreviewStatus;
 
 namespace lyx {
 namespace graphics {
@@ -28,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();