summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/hdr
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-04-30 20:25:46 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-04-30 20:25:46 +0000
commitae0a384dc2d35285f4d4b907695480f09f177f40 (patch)
treee96b81a05a5ad475699b9951b6a94d5451aea713 /plugins/Clist_modern/src/hdr
parentaf683f3f4196c45f130ba10a2d14e89a729b6e52 (diff)
crash fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@13322 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/hdr')
-rw-r--r--plugins/Clist_modern/src/hdr/modern_image_array.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_image_array.h b/plugins/Clist_modern/src/hdr/modern_image_array.h
index a5acd94588..00056edae0 100644
--- a/plugins/Clist_modern/src/hdr/modern_image_array.h
+++ b/plugins/Clist_modern/src/hdr/modern_image_array.h
@@ -49,10 +49,7 @@ struct IMAGE_ARRAY_DATA
HBITMAP img;
int width;
int height;
- void * lpBits;
-
- // CS
- mir_cs cs;
+ void *lpBits;
// Array
IMAGE_ARRAY_DATA_NODE *nodes;