summaryrefslogtreecommitdiff
path: root/indra/newview/llstylemap.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llstylemap.h')
-rw-r--r--indra/newview/llstylemap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llstylemap.h b/indra/newview/llstylemap.h
index 4cff69fc73..fbf12a04a3 100644
--- a/indra/newview/llstylemap.h
+++ b/indra/newview/llstylemap.h
@@ -49,6 +49,9 @@ public:
// Just like the [] accessor but it will add the entry in if it doesn't exist.
const LLStyleSP &lookup(const LLUUID &source);
static LLStyleMap &instance();
+
+ // Forces refresh of the entries, call when something changes (e.g. link color).
+ void update();
};
#endif // LL_LLSTYLE_MAP_H