diff options
author | dolphin <dolphin@lindenlab.com> | 2014-03-12 11:49:17 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-03-12 11:49:17 -0700 |
commit | a0b8c3e029be9265152cb8919ebe9c2bc328b766 (patch) | |
tree | d80885c5c193a1d31ccc331032b5c65e9c40eb65 /indra/llmessage/llexperiencecache.h | |
parent | 9fe5728b4385ead4a4c74eed7917d93060510cdb (diff) |
Windows lets you erase with a const iterator but linux does not.
Diffstat (limited to 'indra/llmessage/llexperiencecache.h')
-rw-r--r-- | indra/llmessage/llexperiencecache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmessage/llexperiencecache.h b/indra/llmessage/llexperiencecache.h index 8b3443e5a9..e6129796b7 100644 --- a/indra/llmessage/llexperiencecache.h +++ b/indra/llmessage/llexperiencecache.h @@ -45,7 +45,6 @@ namespace LLExperienceCache const std::string AGENT_ID = "agent_id"; const std::string GROUP_ID = "group_id"; const std::string EXPERIENCE_ID = "public_id"; - const std::string OWNER_ID = "owner_id"; const std::string NAME = "name"; const std::string PROPERTIES = "properties"; const std::string EXPIRES = "expiration"; |