fix warning

This commit is contained in:
Jindřich Makovička 2012-05-12 18:13:48 +02:00
parent 3e30403745
commit 7e0e71a424

View file

@ -18,7 +18,7 @@ JavaVM* globalJVM = NULL;
void loadJniRenderingContext(JNIEnv* env);
void loadJniRenderingRules(JNIEnv* env);
static int simplePngSize = 93;
static const int simplePngSize = 93;
static void* simplePng = new uint8[simplePngSize]{
0x89 ,0x50 ,0x4E ,0x47 ,0x0D ,0x0A ,0x1A ,0x0A ,
0x00 ,0x00 ,0x00 ,0x0D ,0x49 ,0x48 ,0x44 ,0x52 ,