From 47d3e82e4f2c0c06231c952a0cc2456b712da0cc Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 12 Sep 2015 12:21:12 +0100 Subject: boost->std MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9b4f884c6313a53fea543ea6f93175205351ad14 Reviewed-on: https://gerrit.libreoffice.org/18517 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/vcl/opengl/OpenGLContext.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/opengl/OpenGLContext.hxx') diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx index 74fab27e3635..ecc503829051 100644 --- a/include/vcl/opengl/OpenGLContext.hxx +++ b/include/vcl/opengl/OpenGLContext.hxx @@ -279,7 +279,7 @@ private: OUString fragmentShader; OString preamble; }; - std::map > maPrograms; + std::map > maPrograms; OpenGLProgram* mpCurrentProgram; #ifdef DBG_UTIL std::set maParents; -- cgit