* Forgot a class

This commit is contained in:
michael 2019-01-14 15:48:02 +00:00
parent 6a47ea6920
commit b6eebedfea

View File

@ -1550,7 +1550,7 @@ Type
{ TJSTouchList }
TJSTouchList = class external name 'TouchList'
TJSTouchList = class external name 'TouchList' (TJSObject)
private
FLength: NativeInt; external name 'length';
Public