Skip to content

Commit adc0ac0

Browse files
authored
[test] default initalization
1 parent bcdbd95 commit adc0ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roottest/root/io/evolution/versions/ROOT14491writedata.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ struct MatchedCSCSegment
2121

2222
struct CSCSegment
2323
{
24-
float someValue;
24+
float someValue = 0.0;
2525

2626
operator MatchedCSCSegment()
2727
{

0 commit comments

Comments
 (0)