diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-10-25 10:29:45 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-10-25 10:29:45 -0600 |
commit | 555cf227ffed470184b55bc5a87b125da66f0a16 (patch) | |
tree | 871213f0dbf487628eab0425707aeabb96af3d1d /indra/newview/llspatialpartition.cpp | |
parent | bcba6ee3a5e8c34e4686e79dcd45f19a9caa2cfb (diff) |
trivial: fix several weird compiling errors.
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
-rwxr-xr-x | indra/newview/llspatialpartition.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp index 55c0acd3f9..86d1948baa 100755 --- a/indra/newview/llspatialpartition.cpp +++ b/indra/newview/llspatialpartition.cpp @@ -1201,7 +1201,7 @@ public: { LLSpatialGroup* group = (LLSpatialGroup*)base_group; - llassert(!group->hasState(LLSpatialGroup::DIRTY) && !group->isEmpty()) + llassert(!group->hasState(LLSpatialGroup::DIRTY) && !group->isEmpty()); if (mRes < 2) { |