Review idle_register.add() calls: wavelets, ciecam02, colortoning

This commit is contained in:
heckflosse
2018-10-24 17:12:11 +02:00
parent eee6837385
commit ccc882dbcf
8 changed files with 75 additions and 124 deletions

View File

@@ -347,7 +347,7 @@ class AutoColorTonListener
{
public:
virtual ~AutoColorTonListener() = default;
virtual void autoColorTonChanged(int bwct, int satthres, int satprot) = 0;
virtual void autoColorTonChanged(int satthres, int satprot) = 0;
};
class AutoBWListener