Skip to content

Commit bf87550

Browse files
Update field name of _type to type_ (style guide)
1 parent 13d9111 commit bf87550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

units/sdlhaptic.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,8 @@ const
419419
*}
420420
type
421421
TSDL_HapticDirection = record
422-
_type: cuint8; {**< The type of encoding. *}
423-
dir: array[0..2] of cint32; {**< The encoded direction. *}
422+
type_: cuint8; {**< The type of encoding. *}
423+
dir: array[0..2] of cint32; {**< The encoded direction. *}
424424
end;
425425

426426
{**

0 commit comments

Comments
 (0)