[Libreoffice-commits] core.git: vcl/inc
Stephan Bergmann
sbergman at redhat.com
Fri Apr 8 12:16:04 UTC 2016
vcl/inc/opengl/texture.hxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 112150c00f7a0cb1a20bf7216feea95c57cf0dbc
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Apr 8 14:15:37 2016 +0200
Silence loplugin:unreffun
Change-Id: Id68ec3e157445249bd96635d50e1de9c68cc0a46
diff --git a/vcl/inc/opengl/texture.hxx b/vcl/inc/opengl/texture.hxx
index 5bbf26c..e7804af 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: */
More information about the Libreoffice-commits
mailing list