merge with dev

This commit is contained in:
Desmis
2019-11-07 08:09:21 +01:00
415 changed files with 4312 additions and 5300 deletions

View File

@@ -55,7 +55,7 @@ void WhiteBalance::init ()
void WhiteBalance::cleanup ()
{
for (unsigned int i = 0; i < toUnderlying(WBEntry::Type::CUSTOM) + 1; i++) {
for (int i = 0; i < toUnderlying(WBEntry::Type::CUSTOM) + 1; i++) {
wbPixbufs[i].reset();
}
}