VWR-20671 (SNOW-514) FIXED Protection on LLInstanceTracker base in LLNameListCtrl needs to be public for gcc >4.1
parent
e9f14e3001
commit
6981353b1a
|
|
@ -519,6 +519,7 @@ Robin Cornelius
|
|||
SNOW-204
|
||||
SNOW-484
|
||||
SNOW-506
|
||||
SNOW-514
|
||||
VWR-2488
|
||||
VWR-9557
|
||||
VWR-11128
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
|
||||
class LLNameListCtrl
|
||||
: public LLScrollListCtrl, protected LLInstanceTracker<LLNameListCtrl>
|
||||
: public LLScrollListCtrl, public LLInstanceTracker<LLNameListCtrl>
|
||||
{
|
||||
public:
|
||||
typedef enum e_name_type
|
||||
|
|
|
|||
Loading…
Reference in New Issue