RawTherapee crashed after opening linear DNG from Sigma SD H Quattro camera in editor. fixes #3559

This commit is contained in:
heckflosse
2016-12-30 16:11:21 +01:00
parent cc8dae26ff
commit 8d52510381
3 changed files with 12 additions and 0 deletions

View File

@@ -356,6 +356,10 @@ public:
return (xtrans[(row) % 6][(col) % 6]);
}
unsigned DNGVERSION ( ) const
{
return dng_version;
}
};
}