Attempt to fix a build problem (ambiguous PixelType error when compiled on Mac x86)
This commit is contained in:
@@ -81,7 +81,7 @@ protected:
|
||||
void RGBToGray( float *in, float *out );
|
||||
|
||||
InputFile *m_file;
|
||||
PixelType m_type;
|
||||
Imf::PixelType m_type;
|
||||
Box2i m_datawindow;
|
||||
bool m_ischroma;
|
||||
const Channel *m_red;
|
||||
|
Reference in New Issue
Block a user