]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/PreviewImage.h
Trivial fixes to some warnings thrown up by MSVS.Net 2003.
[lyx.git] / src / graphics / PreviewImage.h
index 0c431fcc1543c04b02128701f86b24bb12191369..c4de71bfc896de0ac1c7e4ffca8424cfe43a4010 100644 (file)
 #ifndef PREVIEWIMAGE_H
 #define PREVIEWIMAGE_H
 
-#include "LString.h"
 #include <boost/scoped_ptr.hpp>
-
-class InsetOld;
+#include <string>
 
 namespace lyx {
 namespace graphics {
@@ -29,14 +27,14 @@ public:
         *  descent = height * (1 - ascent_frac)
         */
        PreviewImage(PreviewLoader & parent,
-                    string const & latex_snippet,
-                    string const & bitmap_file,
+                    std::string const & latex_snippet,
+                    std::string const & bitmap_file,
                     double ascent_frac);
        ///
        ~PreviewImage();
 
        ///
-       string const & snippet() const;
+       std::string const & snippet() const;
        ///
        int ascent() const;
        ///