Skip to content

Commit 2588b1b

Browse files
committed
mark method as 'final'
1 parent b0141e3 commit 2588b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FWCore/Framework/test/stubs/TriggerResultsTestSource.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ namespace edmtest {
5151
public:
5252
TriggerResultsTestSource(edm::ParameterSet const&, edm::InputSourceDescription const&);
5353

54-
void readEvent_(edm::EventPrincipal& eventPrincipal);
54+
void readEvent_(edm::EventPrincipal& eventPrincipal) final;
5555

5656
bool setRunAndEventInfo(edm::EventID& id,
5757
edm::TimeValue_t& time,

0 commit comments

Comments
 (0)