non-void functions should return values!
This commit is contained in:
@@ -16,7 +16,7 @@ bool StepParityGenerator::analyzeNoteData(const NoteData &in)
|
|||||||
if(rows.size() == 0)
|
if(rows.size() == 0)
|
||||||
{
|
{
|
||||||
LOG->Trace("StepParityGenerator::analyze no rows, bailing out");
|
LOG->Trace("StepParityGenerator::analyze no rows, bailing out");
|
||||||
return;
|
return false;
|
||||||
}
|
}
|
||||||
buildStateGraph();
|
buildStateGraph();
|
||||||
return analyzeGraph();
|
return analyzeGraph();
|
||||||
|
|||||||
Reference in New Issue
Block a user