propagated fix for EXR from 2.3 branch to trunk
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
||||
|
||||
int width() const { return m_width; };
|
||||
int height() const { return m_height; };
|
||||
int type() const { return m_type; };
|
||||
virtual int type() const { return m_type; };
|
||||
|
||||
virtual bool setSource( const string& filename );
|
||||
virtual bool setSource( const Mat& buf );
|
||||
|
Reference in New Issue
Block a user