summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/modern_clc.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-11-21 12:11:11 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-11-21 12:11:11 +0000
commit84c6ccfafbfe7b320443294ac78b3033774602cf (patch)
treed92c6f118c604944cad11fea006ba0aa20d8023f /plugins/Clist_modern/src/modern_clc.cpp
parent6dc45c41690e8d25757918256fbcb0a06db52f17 (diff)
proper file for the precompiled headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@2415 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_clc.cpp')
-rw-r--r--plugins/Clist_modern/src/modern_clc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_clc.cpp b/plugins/Clist_modern/src/modern_clc.cpp
index a905536b03..e2b3aea184 100644
--- a/plugins/Clist_modern/src/modern_clc.cpp
+++ b/plugins/Clist_modern/src/modern_clc.cpp
@@ -1495,7 +1495,7 @@ static LRESULT clcOnDestroy(ClcData *dat, HWND hwnd, UINT msg, WPARAM wParam, LP
}
ImageArray_Clear(&dat->avatar_cache);
- mod_DeleteDC(dat->avatar_cache.hdc);
+ DeleteDC(dat->avatar_cache.hdc);
ImageArray_Free(&dat->avatar_cache, FALSE);
if (dat->himlHighlight)
ImageList_Destroy(dat->himlHighlight);