]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/PreviewLoader.h
de.po: fix doubled accelerator keys
[lyx.git] / src / graphics / PreviewLoader.h
index d954401b7b996d35c2c40e375c06edfa9ed11c15..0227466f7da4b3da4d6d00445ed1bbf0e2c07e2b 100644 (file)
@@ -18,7 +18,6 @@
 #ifndef PREVIEWLOADER_H
 #define PREVIEWLOADER_H
 
-#include <boost/scoped_ptr.hpp>
 #include <boost/signal.hpp>
 
 
@@ -95,7 +94,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