summaryrefslogtreecommitdiff
path: root/indra/newview/llautoreplace.h
diff options
context:
space:
mode:
authorWilliam Todd Stinson <stinson@lindenlab.com>2012-12-14 11:04:55 -0800
committerWilliam Todd Stinson <stinson@lindenlab.com>2012-12-14 11:04:55 -0800
commit0182eb11f70b6f5a485f8b447acd9c14117a7186 (patch)
tree0c52c49f8b5d128c0fd04428e70f4b5bb49fe755 /indra/newview/llautoreplace.h
parent70ea607842c239cd87b229b416e13485da974658 (diff)
parent9f1b484817840cc8f185090f2e8b7bdee441ea7a (diff)
Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta.
Diffstat (limited to 'indra/newview/llautoreplace.h')
-rw-r--r--indra/newview/llautoreplace.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llautoreplace.h b/indra/newview/llautoreplace.h
index 30b1fd2c65..f720cc4eda 100644
--- a/indra/newview/llautoreplace.h
+++ b/indra/newview/llautoreplace.h
@@ -67,6 +67,9 @@ class LLAutoReplaceSettings
/// Inserts a new list at the end of the priority order
AddListResult addList(const LLSD& newList);
+ /// Inserts a list in place of an existing list of the same name
+ AddListResult replaceList(const LLSD& newList);
+
/// Removes the named list, @returns false if not found
bool removeReplacementList(std::string listName);