diff options
author | Oz Linden <oz@lindenlab.com> | 2011-01-15 09:09:41 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-01-15 09:09:41 -0500 |
commit | c5d8624ba4fb303ad534a0bb9258c89cafe77303 (patch) | |
tree | 0af26a06f306f9f7d9ed66c6e6e49cc389b081ee /indra/llcommon/llavatarname.h | |
parent | 903f6269352d2b97d916a92c31d3f3b9568407f3 (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.h | 2 |
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. |