summaryrefslogtreecommitdiff
path: root/canvas/source/opengl/ogl_buffercontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/opengl/ogl_buffercontext.hxx')
-rw-r--r--canvas/source/opengl/ogl_buffercontext.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/canvas/source/opengl/ogl_buffercontext.hxx b/canvas/source/opengl/ogl_buffercontext.hxx
index a99446b7ad2c..202e0634dbad 100644
--- a/canvas/source/opengl/ogl_buffercontext.hxx
+++ b/canvas/source/opengl/ogl_buffercontext.hxx
@@ -13,8 +13,7 @@
#include <GL/glew.h>
#include <sal/config.h>
-#include <boost/shared_ptr.hpp>
-
+#include <memory>
namespace oglcanvas
{
@@ -31,7 +30,7 @@ namespace oglcanvas
virtual GLuint getTextureId() = 0;
};
- typedef ::boost::shared_ptr<IBufferContext> IBufferContextSharedPtr;
+ typedef std::shared_ptr<IBufferContext> IBufferContextSharedPtr;
}
#endif