diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2015-05-23 13:34:34 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2015-05-23 13:34:34 -0400 |
commit | 833579b14b134dce8f378336b9cbcd40cfa72c5f (patch) | |
tree | 035dd0bac5221a9c5e06915da19c52126175f5b0 /debian | |
parent | 430263746424bd0a7c6647d25d9d1db5eca2e8c0 (diff) |
MAINT-5232: Convert gMessageSystem != NULL to simple bool test.
Now that gMessageSystem is an LLPounceable, we would either have to define
comparisons to LLPounceable's held type or static_cast<LLMessageSystem*> to
literally compare to NULL. But since we already define operator bool(), that's
the easy (and idiomatic) fix.
Diffstat (limited to 'debian')
0 files changed, 0 insertions, 0 deletions