replace pass by value with pass by reference (#1022)

This commit is contained in:
Gregor Wolf 2022-04-27 11:56:37 +02:00 committed by GitHub
parent 7b7984373c
commit 177f30326c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -320,7 +320,7 @@ CLASS zcl_excel_graph DEFINITION
!ip_value TYPE c .
METHODS set_title
IMPORTING
VALUE(ip_value) TYPE string .
ip_value TYPE string .
PROTECTED SECTION.
*"* protected components of class ZCL_EXCEL_GRAPH
*"* do not include other source files here!!!