Skip to content

Commit cc24212

Browse files
committed
Merge pull request cms-sw#2544 from wmtan/IncrementVersionOfAssociationVector
Framework fixes -- Increment version number of AssociationVector template
2 parents 7aa0d5b + 3df04ed commit cc24212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataFormats/Common/interface/AssociationVector.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ namespace edm {
100100
const_iterator end() const { return transientVector().end(); }
101101

102102
//Used by ROOT storage
103-
CMS_CLASS_VERSION(10)
103+
CMS_CLASS_VERSION(11)
104104

105105
private:
106106
enum CacheState { kUnset, kFilling, kSet };

0 commit comments

Comments
 (0)