We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca512c commit 5d72387Copy full SHA for 5d72387
core/meta/src/TClass.cxx
@@ -6148,6 +6148,8 @@ Long_t TClass::Property() const
6148
kl->SetBit(kHasLocalHashMember);
6149
}
6150
6151
+ kl->SetStreamerImpl(streamerType);
6152
+
6153
if (GetClassInfo()) {
6154
// In the case where the TClass for one of ROOT's core class
6155
// (eg TClonesArray for map<int,TClonesArray*>) is requested
@@ -6163,7 +6165,6 @@ Long_t TClass::Property() const
6163
6165
kl->fProperty = gCling->ClassInfo_Property(fClassInfo);
6164
6166
6167
- kl->SetStreamerImpl(streamerType);
6168
} else {
6169
6170
if (fStreamer) {
0 commit comments