Further reduction of include dependencies

This commit is contained in:
Ingo Weyrich
2019-11-01 01:03:30 +01:00
parent cac2eb53ef
commit 785273e7bf
19 changed files with 109 additions and 15 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();
}
}