]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/Previews.h
Add context menu for outline operations. Choice of words might not be best.
[lyx.git] / src / graphics / Previews.h
index 429855c44af5586458634e49a144a77ccc22a3b0..0a50e29e36b3c64d679eedb90b053f1bfe99464f 100644 (file)
@@ -15,8 +15,6 @@
 #ifndef PREVIEWS_H
 #define PREVIEWS_H
 
-#include <boost/scoped_ptr.hpp>
-
 namespace lyx {
 
 class Buffer;
@@ -62,7 +60,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