fix the build.

Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>
This commit is contained in:
Kim Kulling
2015-02-07 13:23:32 +01:00
parent 20b3ce6a40
commit 303a6893fc

View File

@@ -120,14 +120,9 @@ void OpenGEXImporter::SetupProperties( const Importer *pImp ) {
//------------------------------------------------------------------------------------------------
void OpenGEXImporter::importMetric( Context *ctx ) {
if( NULL == ctx || NULL == ctx->getProperties() ) {
if( NULL == ctx ) {
return;
}
Property *prop = ctx->getProperties();
while( NULL != prop ) {
prop = prop->m_next;
}
}
//------------------------------------------------------------------------------------------------