summaryrefslogtreecommitdiff
path: root/plugins/HistoryPlusPlus/hpp_externalgrid.pas
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_externalgrid.pas')
-rw-r--r--plugins/HistoryPlusPlus/hpp_externalgrid.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_externalgrid.pas b/plugins/HistoryPlusPlus/hpp_externalgrid.pas
index eedf8920eb..932b968219 100644
--- a/plugins/HistoryPlusPlus/hpp_externalgrid.pas
+++ b/plugins/HistoryPlusPlus/hpp_externalgrid.pas
@@ -1086,7 +1086,7 @@ begin
exit;
for i := 0 to Grid.Count - 1 do
begin
- if (Items[i].hDBEvent = Cardinal(M.LParam)) then
+ if (Items[i].hDBEvent = uint_ptr(M.LParam)) then
begin
Grid.Delete(i);
exit;