Filmenegative core cleanup

This commit is contained in:
Flössie
2019-06-17 08:03:46 +02:00
parent 80f2b6a002
commit 54cc02eea9
6 changed files with 422 additions and 344 deletions

View File

@@ -67,7 +67,7 @@ RawImage::~RawImage()
}
}
eSensorType RawImage::getSensorType()
eSensorType RawImage::getSensorType() const
{
if (isBayer()) {
return ST_BAYER;