Skip to content

Commit

Permalink
Add missing edm:: qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
William Tanenbaum committed Oct 30, 2009
1 parent 6978f0e commit e0bd451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/FWLite/interface/EventContainer.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ namespace fwlite
bool atEnd() const;


TriggerNames const& triggerNames (edm::TriggerResults const& triggerResults)
edm::TriggerNames const& triggerNames (edm::TriggerResults const& triggerResults)
{ return m_eventBasePtr->triggerNames (triggerResults); }

Long64_t fileIndex() const
Expand Down

0 comments on commit e0bd451

Please sign in to comment.