X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FPreviewImage.h;h=6ec29a36badd1dbb3b84b009d59e12967f9c17a3;hb=4c3e5463752eb90fe5e69716fcbd7ea2ccc92bcd;hp=4064520bd8c2a04f17b19bae2f05f61ba44c9316;hpb=8e6e970d7ba017dba14bdb821f4c4489665d947c;p=lyx.git diff --git a/src/graphics/PreviewImage.h b/src/graphics/PreviewImage.h index 4064520bd8..6ec29a36ba 100644 --- a/src/graphics/PreviewImage.h +++ b/src/graphics/PreviewImage.h @@ -12,8 +12,7 @@ #ifndef PREVIEWIMAGE_H #define PREVIEWIMAGE_H -#include -#include +#include "support/strfwd.h" namespace lyx { @@ -54,7 +53,7 @@ private: /// Use the Pimpl idiom to hide the internals. class Impl; /// The pointer never changes although *pimpl_'s contents may. - boost::scoped_ptr const pimpl_; + Impl * const pimpl_; }; } // namespace graphics