]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsLoader.h
If the graphics loader has a copy c-tor it should have copy assignment that does...
[lyx.git] / src / graphics / GraphicsLoader.h
index 6307ec1a0291248f924debf1339ab97cf20b4c28..c95a21430a6f08fa5a7ac710a6ed295ada08f58f 100644 (file)
@@ -31,7 +31,6 @@
 #include <boost/scoped_ptr.hpp>
 
 class Inset;
-class BufferView;
 
 namespace grfx {
 
@@ -52,6 +51,8 @@ public:
        /// Define an empty d-tor out-of-line to keep boost::scoped_ptr happy.
        ~Loader();
 
+       Loader & operator=(Loader const &);
+
        /// The file can be changed, or the display params, or both.
        void reset(string const & file_with_path,
                   DisplayType = ColorDisplay) const;