Fixed typo with TV_HITTESTINFO

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Bedward 2000-02-15 11:50:18 +00:00
parent 19141178ec
commit 7b21891e54

View File

@ -243,7 +243,7 @@ private:
static HTREEITEM GetItemFromPoint(HWND hwndTV, int x, int y)
{
TVHITTESTINFO tvht;
TV_HITTESTINFO tvht;
tvht.pt.x = x;
tvht.pt.y = y;