Skip to content

Commit 6b7cf3a

Browse files
authored
[test] default initalization
1 parent 5f53f97 commit 6b7cf3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

2424
struct CSCSegment
2525
{
26-
float someValue;
26+
float someValue = 0.0;
2727

2828
operator MatchedCSCSegment()
2929
{

0 commit comments

Comments
 (0)