Skip to content

Commit 9920036

Browse files
committed
build
1 parent 144dc4e commit 9920036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/jsroot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101128,7 +101128,7 @@ function readMapElement(buf) {
101128101128

101129101129
if (this.member_wise) {
101130101130
// when member-wise streaming is used, version is written
101131-
const si = buf.fFile.findStreamerInfo(this.pairtype, this.stl_version.val /* , this.stl_version.checksum */);
101131+
const si = buf.fFile.findStreamerInfo(this.pairtype, this.stl_version.val , this.stl_version.checksum);
101132101132

101133101133
if (si && (this.si !== si)) {
101134101134
streamer = getPairStreamer(si, this.pairtype, buf.fFile);

0 commit comments

Comments
 (0)