Reduce rawimage.h dependencies
This commit is contained in:
@@ -50,6 +50,13 @@ inline ffInfo& ffInfo::operator =(const ffInfo &o)
|
||||
return *this;
|
||||
}
|
||||
|
||||
ffInfo::~ffInfo()
|
||||
{
|
||||
if( ri ) {
|
||||
delete ri;
|
||||
}
|
||||
}
|
||||
|
||||
bool ffInfo::operator <(const ffInfo &e2) const
|
||||
{
|
||||
if( this->maker.compare( e2.maker) >= 0 ) {
|
||||
|
Reference in New Issue
Block a user