Replace void types (#4484)

This commit is contained in:
Marc Bernard 2021-02-02 23:53:50 -05:00 committed by GitHub
parent dd813ed807
commit 13d3d0aac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,8 +49,8 @@ CLASS zcl_abapgit_html_toolbar DEFINITION
act TYPE string,
ico TYPE string,
sub TYPE REF TO zcl_abapgit_html_toolbar,
opt TYPE char1,
typ TYPE char1,
opt TYPE c LENGTH 1,
typ TYPE c LENGTH 1,
cur TYPE abap_bool,
chk TYPE abap_bool,
aux TYPE string,