mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
Replace void types (#4484)
This commit is contained in:
parent
dd813ed807
commit
13d3d0aac1
|
@ -49,8 +49,8 @@ CLASS zcl_abapgit_html_toolbar DEFINITION
|
||||||
act TYPE string,
|
act TYPE string,
|
||||||
ico TYPE string,
|
ico TYPE string,
|
||||||
sub TYPE REF TO zcl_abapgit_html_toolbar,
|
sub TYPE REF TO zcl_abapgit_html_toolbar,
|
||||||
opt TYPE char1,
|
opt TYPE c LENGTH 1,
|
||||||
typ TYPE char1,
|
typ TYPE c LENGTH 1,
|
||||||
cur TYPE abap_bool,
|
cur TYPE abap_bool,
|
||||||
chk TYPE abap_bool,
|
chk TYPE abap_bool,
|
||||||
aux TYPE string,
|
aux TYPE string,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user