diff options
author | Oz Linden <oz@lindenlab.com> | 2015-02-06 09:50:45 -0800 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-02-06 09:50:45 -0800 |
commit | 4e1bd474f268e88b424b87806fe4815807b41a49 (patch) | |
tree | 16a65b3fe5ad16fbac80de692fdc42e18034f882 /indra/newview/llvoavatarself.h | |
parent | 53fb7f9998fceadc84ee3aefec12806ce87f7772 (diff) |
correct bug in initial av rendering I introduced, clarify several tests
Diffstat (limited to 'indra/newview/llvoavatarself.h')
-rwxr-xr-x | indra/newview/llvoavatarself.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.h b/indra/newview/llvoavatarself.h index 7f641b6242..21b12d0a48 100755 --- a/indra/newview/llvoavatarself.h +++ b/indra/newview/llvoavatarself.h @@ -128,7 +128,7 @@ public: // Loading state //-------------------------------------------------------------------- public: - /*virtual*/ BOOL getIsCloud() const; + /*virtual*/ bool getIsCloud() const; //-------------------------------------------------------------------- // Region state |