From 3df04ed8de89ad1888ef629cb3fa68117a225e4a Mon Sep 17 00:00:00 2001 From: wmtan Date: Wed, 19 Feb 2014 22:40:39 +0100 Subject: [PATCH] Increment version number of AssociationVector template --- DataFormats/Common/interface/AssociationVector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataFormats/Common/interface/AssociationVector.h b/DataFormats/Common/interface/AssociationVector.h index ea0047daa7421..046417297e5a5 100644 --- a/DataFormats/Common/interface/AssociationVector.h +++ b/DataFormats/Common/interface/AssociationVector.h @@ -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 };