fix warning
This commit is contained in:
parent
3e30403745
commit
7e0e71a424
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ JavaVM* globalJVM = NULL;
|
||||||
void loadJniRenderingContext(JNIEnv* env);
|
void loadJniRenderingContext(JNIEnv* env);
|
||||||
void loadJniRenderingRules(JNIEnv* env);
|
void loadJniRenderingRules(JNIEnv* env);
|
||||||
|
|
||||||
static int simplePngSize = 93;
|
static const int simplePngSize = 93;
|
||||||
static void* simplePng = new uint8[simplePngSize]{
|
static void* simplePng = new uint8[simplePngSize]{
|
||||||
0x89 ,0x50 ,0x4E ,0x47 ,0x0D ,0x0A ,0x1A ,0x0A ,
|
0x89 ,0x50 ,0x4E ,0x47 ,0x0D ,0x0A ,0x1A ,0x0A ,
|
||||||
0x00 ,0x00 ,0x00 ,0x0D ,0x49 ,0x48 ,0x44 ,0x52 ,
|
0x00 ,0x00 ,0x00 ,0x0D ,0x49 ,0x48 ,0x44 ,0x52 ,
|
||||||
|
|
Loading…
Reference in a new issue