aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llinventorybridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llinventorybridge.h')
-rw-r--r--linden/indra/newview/llinventorybridge.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llinventorybridge.h b/linden/indra/newview/llinventorybridge.h
index 6c1c469..3f4cfb0 100644
--- a/linden/indra/newview/llinventorybridge.h
+++ b/linden/indra/newview/llinventorybridge.h
@@ -263,6 +263,8 @@ public:
263 virtual BOOL hasChildren() const { return FALSE; } 263 virtual BOOL hasChildren() const { return FALSE; }
264 virtual BOOL isUpToDate() const { return TRUE; } 264 virtual BOOL isUpToDate() const { return TRUE; }
265 265
266 virtual LLFontGL::StyleFlags getLabelStyle() const;
267
266 // override for LLInvFVBridge 268 // override for LLInvFVBridge
267 virtual void clearDisplayName() { mDisplayName.clear(); } 269 virtual void clearDisplayName() { mDisplayName.clear(); }
268 270