badpixels code: further cleanups

This commit is contained in:
heckflosse
2019-06-10 22:15:16 +02:00
parent fe16bf7917
commit 156f3009d5
3 changed files with 46 additions and 46 deletions

View File

@@ -102,7 +102,7 @@ protected:
void transformRect (const PreviewProps &pp, int tran, int &sx1, int &sy1, int &width, int &height, int &fw);
void transformPosition (int x, int y, int tran, int& tx, int& ty);
unsigned FC(int row, int col)
unsigned FC(int row, int col) const
{
return ri->FC(row, col);
}