aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstylemap.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llstylemap.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/newview/llstylemap.h')
-rw-r--r--linden/indra/newview/llstylemap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llstylemap.h b/linden/indra/newview/llstylemap.h
index 2e9339c..782299e 100644
--- a/linden/indra/newview/llstylemap.h
+++ b/linden/indra/newview/llstylemap.h
@@ -49,6 +49,9 @@ public:
49 // Just like the [] accessor but it will add the entry in if it doesn't exist. 49 // Just like the [] accessor but it will add the entry in if it doesn't exist.
50 const LLStyleSP &lookup(const LLUUID &source); 50 const LLStyleSP &lookup(const LLUUID &source);
51 static LLStyleMap &instance(); 51 static LLStyleMap &instance();
52
53 // Forces refresh of the entries, call when something changes (e.g. link color).
54 void update();
52}; 55};
53 56
54#endif // LL_LLSTYLE_MAP_H 57#endif // LL_LLSTYLE_MAP_H