diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-08-11 21:04:20 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-08-13 02:00:08 +0200 |
commit | 282c16a3713e23b3a594e7d3fbaa5b36491b86f6 (patch) | |
tree | 3dcab3f0d6e29584f751cfdaf3fdf432de4ee78c /canvas/source/opengl/ogl_canvascustomsprite.cxx | |
parent | 1f4d9846aeb40af1fbb0126f666766fe6c60d8ff (diff) |
fix OpenGL canvas windows build
Change-Id: Ic6ed9c69003fa79a60310dc0b010ffc0ca868791
Diffstat (limited to 'canvas/source/opengl/ogl_canvascustomsprite.cxx')
-rw-r--r-- | canvas/source/opengl/ogl_canvascustomsprite.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/opengl/ogl_canvascustomsprite.cxx b/canvas/source/opengl/ogl_canvascustomsprite.cxx index 2f2853e78543..f088180c98cd 100644 --- a/canvas/source/opengl/ogl_canvascustomsprite.cxx +++ b/canvas/source/opengl/ogl_canvascustomsprite.cxx @@ -50,7 +50,7 @@ namespace oglcanvas rDeviceHelper ); } - void SAL_CALL CanvasCustomSprite::disposeThis() + void CanvasCustomSprite::disposeThis() { ::osl::MutexGuard aGuard( m_aMutex ); |