Use correct type size for 'VPANEL'

Thanks p0358
This commit is contained in:
Kawe Mazidjatari 2023-01-17 00:53:19 +01:00
parent 85aa262360
commit b477bbbeaa

View File

@ -4,7 +4,7 @@ namespace vgui
{ {
// handle to an internal vgui panel // handle to an internal vgui panel
// this is the only handle to a panel that is valid across dll boundaries // this is the only handle to a panel that is valid across dll boundaries
typedef unsigned int VPANEL; typedef void* VPANEL;
// handles to vgui objects // handles to vgui objects
// NULL values signify an invalid value // NULL values signify an invalid value