summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-05-03 18:06:22 +0200
committerMichael Meeks <michael.meeks@collabora.com>2015-05-03 22:35:10 +0200
commit873b6d9d47591ffb7f3de88a3ef67cfe462f4b1c (patch)
tree6c611502d525a007239b07937a4edb42f82e2415 /vcl
parent848c78ff19e18dfc4e3a97f7d66fb6c6e50673a9 (diff)
Use deleted function macro.
Change-Id: Id1c7efc5af7ba335466ff637eac637d7a6c41ed5
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/opengl/program.hxx2
1 files changed, 1 insertions, 1 deletions
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 &notImplemented);
+ OpenGLProgram(const OpenGLProgram &) SAL_DELETED_FUNCTION;
public:
OpenGLProgram();
~OpenGLProgram();