summaryrefslogtreecommitdiff
path: root/indra/llcommon/llavatarname.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-01-15 09:09:41 -0500
committerOz Linden <oz@lindenlab.com>2011-01-15 09:09:41 -0500
commitc5d8624ba4fb303ad534a0bb9258c89cafe77303 (patch)
tree0af26a06f306f9f7d9ed66c6e6e49cc389b081ee /indra/llcommon/llavatarname.h
parent903f6269352d2b97d916a92c31d3f3b9568407f3 (diff)
renamed temp name flag member in name cache to avoid confusion with similar names in other classes
Diffstat (limited to 'indra/llcommon/llavatarname.h')
-rw-r--r--indra/llcommon/llavatarname.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llavatarname.h b/indra/llcommon/llavatarname.h
index 145aeccd35..ba258d6d52 100644
--- a/indra/llcommon/llavatarname.h
+++ b/indra/llcommon/llavatarname.h
@@ -79,7 +79,7 @@ public:
// Under error conditions, we may insert "dummy" records with
// names like "???" into caches as placeholders. These can be
// shown in UI, but are not serialized.
- bool mIsDummy;
+ bool mIsTemporaryName;
// Names can change, so need to keep track of when name was
// last checked.