diff options
author | Tofu Buzzard <no-email> | 2011-03-16 22:44:18 +0000 |
---|---|---|
committer | Tofu Buzzard <no-email> | 2011-03-16 22:44:18 +0000 |
commit | 752b3fdbe044069635a2c6cd000c481561985954 (patch) | |
tree | a162616b10fbabe65bf3a568c408e10e3cfd253a /indra/llxuixml/lltrans.h | |
parent | b092de554c7745d7c3c19bd30803640f36431da2 (diff) | |
parent | 4b54ec7965cd874af4d0eef381d0bc9fe06cff04 (diff) |
merge
Diffstat (limited to 'indra/llxuixml/lltrans.h')
-rw-r--r-- | indra/llxuixml/lltrans.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llxuixml/lltrans.h b/indra/llxuixml/lltrans.h index 42c27b6976..5b127b53cf 100644 --- a/indra/llxuixml/lltrans.h +++ b/indra/llxuixml/lltrans.h @@ -110,6 +110,8 @@ public: return sDefaultArgs; } + static void setDefaultArg(const std::string& name, const std::string& value); + // insert default args into an arg list static void getArgs(LLStringUtil::format_map_t& args) { |