From 929baba5f08a59aeaf460d7c6b76238aca6c5d67 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 18 Nov 2013 17:01:35 +0100 Subject: Simplify MediaWindow::mpImpl Change-Id: Ia466a08a8135a7f2e43278354c767be3a063550a --- include/avmedia/mediawindow.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/avmedia') diff --git a/include/avmedia/mediawindow.hxx b/include/avmedia/mediawindow.hxx index 92bd696b1833..74ef95da9f75 100644 --- a/include/avmedia/mediawindow.hxx +++ b/include/avmedia/mediawindow.hxx @@ -22,6 +22,7 @@ #include #include +#include #include #include #include @@ -118,7 +119,7 @@ namespace avmedia AVMEDIA_DLLPRIVATE MediaWindow& operator =( const MediaWindow& ); ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > mxIFace; - priv::MediaWindowImpl* mpImpl; + boost::scoped_ptr mpImpl; }; } -- cgit