]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsLoader.h
namespace grfx -> lyx::graphics
[lyx.git] / src / graphics / GraphicsLoader.h
index 6307ec1a0291248f924debf1339ab97cf20b4c28..415dd3142163ff7360c331b8e7b1da9566a7556c 100644 (file)
@@ -31,9 +31,9 @@
 #include <boost/scoped_ptr.hpp>
 
 class Inset;
-class BufferView;
 
-namespace grfx {
+namespace lyx {
+namespace graphics {
 
 class Image;
 class Params;
@@ -52,6 +52,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;
@@ -105,6 +107,7 @@ private:
        boost::scoped_ptr<Impl> const pimpl_;
 };
 
-} // namespace grfx
+} // namespace graphics
+} // namespace lyx
 
 #endif // GRAPHICSLOADER_H