From 873b6d9d47591ffb7f3de88a3ef67cfe462f4b1c Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Sun, 3 May 2015 18:06:22 +0200 Subject: Use deleted function macro. Change-Id: Id1c7efc5af7ba335466ff637eac637d7a6c41ed5 --- vcl/inc/opengl/program.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') diff --git a/vcl/inc/opengl/program.hxx b/vcl/inc/opengl/program.hxx index 438d7e3d4cc6..3ac0ff45f3db 100644 --- a/vcl/inc/opengl/program.hxx +++ b/vcl/inc/opengl/program.hxx @@ -39,7 +39,7 @@ private: TextureList maTextures; bool mbBlending; - OpenGLProgram(const OpenGLProgram ¬Implemented); + OpenGLProgram(const OpenGLProgram &) SAL_DELETED_FUNCTION; public: OpenGLProgram(); ~OpenGLProgram(); -- cgit