Some pedantic fixes

This commit is contained in:
Thanatomanic
2018-11-22 21:26:58 +01:00
parent d2dcd437b4
commit e58519f2dc
7 changed files with 14 additions and 14 deletions

View File

@@ -101,6 +101,6 @@ void LabImage::deleteLab()
void LabImage::reallocLab()
{
allocLab(W, H);
};
}
}