Skip to content

Commit

Permalink
To remove the warning hides overloaded virtual function
Browse files Browse the repository at this point in the history
  • Loading branch information
thspeer authored and ktf committed May 14, 2014
1 parent 04e0642 commit 1a5c62b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ class PrimaryVertexProducerAlgorithm : public VertexReconstructor {
edm::InputTag trackLabel;
edm::InputTag beamSpotLabel;
private:
using VertexReconstructor::vertices;
// ----------member data ---------------------------
TrackFilterForPVFindingBase* theTrackFilter;
TrackClusterizerInZ* theTrackClusterizer;
Expand Down

0 comments on commit 1a5c62b

Please sign in to comment.