Skip to content

Commit

Permalink
fix needed due to cleanup in root6
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Aug 30, 2016
1 parent ba7bdf3 commit 1cee003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/CondLiteIO/plugins/FWLiteESSource.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
// forward declarations
namespace {
struct TypeID : public edm::TypeIDBase {
explicit TypeID(const type_info& iInfo): edm::TypeIDBase(iInfo) {}
explicit TypeID(const std::type_info& iInfo): edm::TypeIDBase(iInfo) {}
TypeID() {}
using TypeIDBase::typeInfo;
};
Expand Down

0 comments on commit 1cee003

Please sign in to comment.