summaryrefslogtreecommitdiff
path: root/canvas/source/directx/dx_rendermodule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/directx/dx_rendermodule.hxx')
-rw-r--r--canvas/source/directx/dx_rendermodule.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/directx/dx_rendermodule.hxx b/canvas/source/directx/dx_rendermodule.hxx
index 6a61a64b09dc..b4863953a4c3 100644
--- a/canvas/source/directx/dx_rendermodule.hxx
+++ b/canvas/source/directx/dx_rendermodule.hxx
@@ -23,7 +23,7 @@
#include <basegfx/vector/b2ivector.hxx>
#include <basegfx/range/b2irectangle.hxx>
#include <canvas/rendering/irendermodule.hxx>
-#include <boost/shared_ptr.hpp>
+#include <memory>
#include "dx_winstuff.hxx"
namespace vcl { class Window; }
@@ -69,7 +69,7 @@ namespace dxcanvas
virtual HWND getHWND() const = 0;
};
- typedef ::boost::shared_ptr< IDXRenderModule > IDXRenderModuleSharedPtr;
+ typedef std::shared_ptr< IDXRenderModule > IDXRenderModuleSharedPtr;
/** Factory method, to create an IRenderModule instance for the