Skip to content

Commit

Permalink
fix type, cl_salv_table (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored Sep 9, 2024
1 parent 8f3e1b3 commit 555d859
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"license": "MIT",
"dependencies": {
"@abaplint/cli": "^2.112.8",
"@abaplint/runtime": "^2.10.5",
"@abaplint/cli": "^2.113.7",
"@abaplint/runtime": "^2.10.17",
"@abaplint/database-sqlite": "^2.8.25",
"@abaplint/transpiler-cli": "^2.10.5"
"@abaplint/transpiler-cli": "^2.10.17"
}
}
2 changes: 1 addition & 1 deletion src/salv/cl_salv_table.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CLASS cl_salv_table DEFINITION PUBLIC.
list_display TYPE any OPTIONAL
r_container TYPE any OPTIONAL
EXPORTING
r_salv_table TYPE any
r_salv_table TYPE REF TO cl_salv_table
CHANGING
t_table TYPE any.
METHODS get_selections RETURNING VALUE(val) TYPE REF TO cl_salv_table.
Expand Down

0 comments on commit 555d859

Please sign in to comment.