From fa286c8934745410aee34ee61ff2b44a67b5e36c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 15 Jan 2018 16:10:47 +0200 Subject: loplugin:useuniqueptr in OpenGLSalGraphicsImpl Change-Id: I0d0e4da9c081c890ffd7dcaf051e3a3900345c35 --- vcl/inc/openglgdiimpl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc/openglgdiimpl.hxx') diff --git a/vcl/inc/openglgdiimpl.hxx b/vcl/inc/openglgdiimpl.hxx index 7bc6644fdc48..aa55b970e64c 100644 --- a/vcl/inc/openglgdiimpl.hxx +++ b/vcl/inc/openglgdiimpl.hxx @@ -74,7 +74,7 @@ protected: OpenGLProgram* mpProgram; /// This idle handler is used to swap buffers after rendering. - OpenGLFlushIdle *mpFlush; + std::unique_ptr mpFlush; // clipping vcl::Region maClipRegion; -- cgit v1.2.3