X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsLoader.h;h=415dd3142163ff7360c331b8e7b1da9566a7556c;hb=fe390e9da1538e20eabbc98977d845295f8e563d;hp=6307ec1a0291248f924debf1339ab97cf20b4c28;hpb=5b4e90488cf69bc7663080bf44ac225426a48f1b;p=lyx.git diff --git a/src/graphics/GraphicsLoader.h b/src/graphics/GraphicsLoader.h index 6307ec1a02..415dd31421 100644 --- a/src/graphics/GraphicsLoader.h +++ b/src/graphics/GraphicsLoader.h @@ -31,9 +31,9 @@ #include 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 const pimpl_; }; -} // namespace grfx +} // namespace graphics +} // namespace lyx #endif // GRAPHICSLOADER_H