diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-05-03 18:06:22 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-05-03 22:35:10 +0200 |
commit | 873b6d9d47591ffb7f3de88a3ef67cfe462f4b1c (patch) | |
tree | 6c611502d525a007239b07937a4edb42f82e2415 /vcl | |
parent | 848c78ff19e18dfc4e3a97f7d66fb6c6e50673a9 (diff) |
Use deleted function macro.
Change-Id: Id1c7efc5af7ba335466ff637eac637d7a6c41ed5
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/opengl/program.hxx | 2 |
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 ¬Implemented); + OpenGLProgram(const OpenGLProgram &) SAL_DELETED_FUNCTION; public: OpenGLProgram(); ~OpenGLProgram(); |