We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 728746a + 30e6f25 commit f87e325Copy full SHA for f87e325
FWCore/Framework/interface/global/implementors.h
@@ -47,7 +47,7 @@ namespace edm {
47
}
48
49
protected:
50
- T * streamCache(edm::StreamID iID) const { return caches_[iID.value()]; }
+ C * streamCache(edm::StreamID iID) const { return caches_[iID.value()]; }
51
private:
52
virtual void preallocStreams(unsigned int iNStreams) override final {
53
caches_.resize(iNStreams,static_cast<C*>(nullptr));
0 commit comments