Skip to content

Commit

Permalink
Merge pull request #2544 from wmtan/IncrementVersionOfAssociationVector
Browse files Browse the repository at this point in the history
Framework fixes -- Increment version number of AssociationVector template
  • Loading branch information
ktf committed Feb 19, 2014
2 parents 7aa0d5b + 3df04ed commit cc24212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataFormats/Common/interface/AssociationVector.h
Expand Up @@ -100,7 +100,7 @@ namespace edm {
const_iterator end() const { return transientVector().end(); }

//Used by ROOT storage
CMS_CLASS_VERSION(10)
CMS_CLASS_VERSION(11)

private:
enum CacheState { kUnset, kFilling, kSet };
Expand Down

0 comments on commit cc24212

Please sign in to comment.