diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-30 20:25:46 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-30 20:25:46 +0000 |
commit | ae0a384dc2d35285f4d4b907695480f09f177f40 (patch) | |
tree | e96b81a05a5ad475699b9951b6a94d5451aea713 /plugins/Clist_modern/src/hdr | |
parent | af683f3f4196c45f130ba10a2d14e89a729b6e52 (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.h | 5 |
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;
|