Skip to content

Commit d9bbaa3

Browse files
authored
add parameter (#52)
1 parent ac4df89 commit d9bbaa3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"license": "MIT",
1313
"dependencies": {
14-
"@abaplint/cli": "^2.113.134",
14+
"@abaplint/cli": "^2.113.136",
1515
"@abaplint/runtime": "^2.10.61",
1616
"@abaplint/database-sqlite": "^2.10.24",
1717
"@abaplint/transpiler-cli": "^2.10.61"

src/cl_gui_splitter_container.clas.abap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ CLASS cl_gui_splitter_container DEFINITION PUBLIC.
77
IMPORTING
88
parent TYPE REF TO cl_gui_container OPTIONAL
99
rows TYPE i OPTIONAL
10+
align TYPE i OPTIONAL
1011
columns TYPE i OPTIONAL.
1112

1213
METHODS free.

0 commit comments

Comments
 (0)