]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCache.h
Add context menu for outline operations. Choice of words might not be best.
[lyx.git] / src / graphics / GraphicsCache.h
index d58ff143426cda978f53be580f8784e781671a83..a422623933912edaefce642221a39b47a5a4f2d3 100644 (file)
@@ -20,7 +20,6 @@
 #ifndef GRAPHICSCACHE_H
 #define GRAPHICSCACHE_H
 
-#include <boost/scoped_ptr.hpp>
 #include <boost/shared_ptr.hpp>
 
 #include <vector>
@@ -85,7 +84,7 @@ private:
        /// Use the Pimpl idiom to hide the internals.
        class Impl;
        /// The pointer never changes although *pimpl_'s contents may.
-       boost::scoped_ptr<Impl> const pimpl_;
+       Impl * const pimpl_;
 };
 
 } // namespace graphics