summaryrefslogtreecommitdiff
path: root/indra/newview/llstylemap.h
diff options
context:
space:
mode:
authorMelinda Green <melinda@lindenlab.com>2008-12-15 21:21:19 +0000
committerMelinda Green <melinda@lindenlab.com>2008-12-15 21:21:19 +0000
commite1d8dac25a93db837c780428a23f81cbf9109270 (patch)
treea0bcaec0cec1ba6b3ce813764650eada61fcde4f /indra/newview/llstylemap.h
parent9c0dbb123376608e464fcd8d1a2e288e01d78a3f (diff)
svn merge -r105329:105903 svn+ssh://svn/svn/linden/branches/featurettes/featurettes-batch4-merge
Resolving QAR-1051 Merge featurettes batch #4
Diffstat (limited to 'indra/newview/llstylemap.h')
-rw-r--r--indra/newview/llstylemap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llstylemap.h b/indra/newview/llstylemap.h
index fbf12a04a3..8d9da8e3b2 100644
--- a/indra/newview/llstylemap.h
+++ b/indra/newview/llstylemap.h
@@ -47,7 +47,8 @@ public:
LLStyleMap();
~LLStyleMap();
// Just like the [] accessor but it will add the entry in if it doesn't exist.
- const LLStyleSP &lookup(const LLUUID &source);
+ const LLStyleSP &lookupAgent(const LLUUID &source);
+ const LLStyleSP &lookup(const LLUUID &source, const std::string& link);
static LLStyleMap &instance();
// Forces refresh of the entries, call when something changes (e.g. link color).