Comment 32 for bug 1241902

Revision history for this message
Johan Engelen (johanengelen) wrote :

Actually, make that:
+ SPMask * mask = lpeitem->mask_ref->getObject();
+ if (mask) {

You should try to eliminate as many casts as possible. Very often, you don't need one.