Skip to content

Commit

Permalink
Merge pull request #10292 from lgray/fix_vidcfr_74X
Browse files Browse the repository at this point in the history
Fix return type in vid::CutFlowResult accessor (74X)
  • Loading branch information
cmsbuild committed Jul 31, 2015
2 parents 60a1b89 + 66fda0a commit 0b626fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataFormats/PatCandidates/interface/VIDCutFlowResult.h
Expand Up @@ -103,7 +103,7 @@ namespace vid {
return (bool)(0x1&(bitmap_>>idx));
}

bool getCutValue(const unsigned idx) const {
double getCutValue(const unsigned idx) const {
return values_[idx];
}
};
Expand Down

0 comments on commit 0b626fc

Please sign in to comment.