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)
|
||||
{
|
||||
LOG->Trace("StepParityGenerator::analyze no rows, bailing out");
|
||||
return;
|
||||
return false;
|
||||
}
|
||||
buildStateGraph();
|
||||
return analyzeGraph();
|
||||
|
||||
Reference in New Issue
Block a user