summaryrefslogtreecommitdiff
path: root/plugins/Rate/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Rate/src/main.cpp')
-rw-r--r--plugins/Rate/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Rate/src/main.cpp b/plugins/Rate/src/main.cpp
index ad5b33bb17..a1622e3879 100644
--- a/plugins/Rate/src/main.cpp
+++ b/plugins/Rate/src/main.cpp
@@ -117,7 +117,7 @@ int onContactSettingChanged(WPARAM wParam,LPARAM lParam)
DBCONTACTWRITESETTING *cws=(DBCONTACTWRITESETTING*)lParam;
if (wParam != NULL && !lstrcmpA(cws->szModule,"CList") && !lstrcmpA(cws->szSetting,"Rate"))
- setExtraIcon((MCONTACT)wParam, cws->value.type == DBVT_DELETED ? 0 : cws->value.bVal);
+ setExtraIcon(wParam, cws->value.type == DBVT_DELETED ? 0 : cws->value.bVal);
return 0;
}