fix: make ClientT and PortT distinct types
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
parent
c41b1eb03e
commit
e793add4d0
|
@ -38,9 +38,9 @@ type
|
|||
PortTypeIdT* = culong
|
||||
|
||||
type
|
||||
ClientT = object
|
||||
ClientT = distinct object
|
||||
ClientTPtr* = ptr ClientT
|
||||
PortT = object
|
||||
PortT = distinct object
|
||||
PortTPtr* = ptr PortT
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue