Skip to content

Commit 95c4cf8

Browse files
fcatalan92sawenzel
authored andcommitted
Fix typo in subGenerator check
1 parent 846881c commit 95c4cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Generators/src/Generator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Bool_t
222222

223223
void Generator::addSubGenerator(int subGeneratorId, std::string const& subGeneratorDescription)
224224
{
225-
if (mSubGeneratorId < 0) {
225+
if (subGeneratorId < 0) {
226226
LOG(fatal) << "Sub-generator IDs must be >= 0, instead, passed value is " << subGeneratorId;
227227
}
228228
mSubGeneratorsIdToDesc.insert({subGeneratorId, subGeneratorDescription});

0 commit comments

Comments
 (0)