From 25ea1f62b6ce9cff26d9353881b799f9dd76fe53 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Mon, 21 Mar 2016 12:15:34 +0100 Subject: wx: Fix wxListCtrl:hitTest arguments and delivered results May cause incompatibility for applications but the flags argument is out only in C++. --- lib/wx/src/gen/wxe_debug.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/wx/src/gen/wxe_debug.hrl') diff --git a/lib/wx/src/gen/wxe_debug.hrl b/lib/wx/src/gen/wxe_debug.hrl index a2462a6fb2..2ec485cd52 100644 --- a/lib/wx/src/gen/wxe_debug.hrl +++ b/lib/wx/src/gen/wxe_debug.hrl @@ -1544,7 +1544,7 @@ wxdebug_table() -> {1695, {wxListCtrl, getTextColour, 0}}, {1696, {wxListCtrl, getTopItem, 0}}, {1697, {wxListCtrl, getViewRect, 0}}, - {1698, {wxListCtrl, hitTest, 2}}, + {1698, {wxListCtrl, hitTest, 3}}, {1699, {wxListCtrl, insertColumn_2, 2}}, {1700, {wxListCtrl, insertColumn_3, 3}}, {1701, {wxListCtrl, insertItem_1, 1}}, -- cgit v1.2.3