Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Oct 11, 2024
1 parent 4d6a830 commit 553be64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/Sources/Classes/modernize.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Function C_2var() : Boolean
$code:=This:C1470.rgx.setTarget($code).setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(306))).substitute("var \\1 : Time")
$code:=This:C1470.rgx.setTarget($code).setPattern(Replace string:C233($pattern; "{C_}"; Command name:C538(1683))).substitute("var \\1")

This:C1470.fullMethodText:=This:C1470.cursorOnFirstLine($code; True:C214)
This:C1470.fullMethodText:=This:C1470.cursorOnFirstLine($code)

return This:C1470.rgx.errors.length=0

0 comments on commit 553be64

Please sign in to comment.