diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-08-16 16:40:13 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-08-16 16:40:13 +0100 |
commit | 6981353b1a24d07512ca7aca74fadf50dbaf6732 (patch) | |
tree | 83fb6572708fad3a9e8fa3f2d62cff19f9d8bbe2 /indra/newview/llnamelistctrl.h | |
parent | e9f14e3001afa624e9634b55ae9c687b3cca5351 (diff) |
VWR-20671 (SNOW-514) FIXED Protection on LLInstanceTracker base in LLNameListCtrl needs to be public for gcc >4.1
Diffstat (limited to 'indra/newview/llnamelistctrl.h')
-rw-r--r-- | indra/newview/llnamelistctrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnamelistctrl.h b/indra/newview/llnamelistctrl.h index 268d16976f..981e3df16b 100644 --- a/indra/newview/llnamelistctrl.h +++ b/indra/newview/llnamelistctrl.h @@ -33,7 +33,7 @@ class LLNameListCtrl -: public LLScrollListCtrl, protected LLInstanceTracker<LLNameListCtrl> +: public LLScrollListCtrl, public LLInstanceTracker<LLNameListCtrl> { public: typedef enum e_name_type |