Kaydet (Commit) 086aec27 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: C-style cast from const sal_uInt64 * to sal_uInt8 * [loplugin:cstylecast]

Change-Id: I2ab166ab0286213bf61f83fc257a3cc7123413c6
üst e96b8bd4
......@@ -514,7 +514,7 @@ bool OpenGLSalBitmap::calcChecksumGL(OpenGLTexture& rInputTexture, ChecksumType&
OUString FragShader("areaHashCRC64TFragmentShader");
static const OpenGLTexture aCRCTableTexture(512, 1, GL_RGBA, GL_UNSIGNED_BYTE,
(sal_uInt8*)(vcl_get_crc64_table()));
const_cast<sal_uInt8*>(reinterpret_cast<const sal_uInt8*>(vcl_get_crc64_table())));
// First Pass
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment