summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-08 14:15:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-08 14:15:37 +0200
commit112150c00f7a0cb1a20bf7216feea95c57cf0dbc (patch)
treec7aacb97ad294cdb1949cc4a59b4f26d62b2041d /vcl
parentfbb96dcf54fc061d21f6259acb1ade9b2e216026 (diff)
Silence loplugin:unreffun
Change-Id: Id68ec3e157445249bd96635d50e1de9c68cc0a46
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/opengl/texture.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/inc/opengl/texture.hxx b/vcl/inc/opengl/texture.hxx
index 5bbf26c63a75..e7804afd9f3f 100644
--- a/vcl/inc/opengl/texture.hxx
+++ b/vcl/inc/opengl/texture.hxx
@@ -119,6 +119,10 @@ public:
void FillCoords(std::vector<GLfloat>& aCoordVector, const SalTwoRect& rPosAry, bool bInverted) const;
};
+template<> void OpenGLTexture::FillCoords<GL_TRIANGLES>(
+ std::vector<GLfloat>& aCoord, const SalTwoRect& rPosAry, bool bInverted)
+ const;
+
#endif // INCLUDED_VCL_INC_OPENGL_TEXTURE_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */