Fix missing return value in LensGeometry::doDisableAutoFillIfActive()

This should fix #3328.
This commit is contained in:
Flössie
2016-06-04 17:47:19 +02:00
parent 8e3c9bfdaf
commit e2a670c992

View File

@@ -140,4 +140,6 @@ int LensGeometry::doDisableAutoFillIfActive (void* data)
instance->fillConn.block (false);
}
}
return 0;
}