Skip to content
Snippets Groups Projects
Commit 6981353b authored by Aimee Linden's avatar Aimee Linden
Browse files

VWR-20671 (SNOW-514) FIXED Protection on LLInstanceTracker base in...

VWR-20671 (SNOW-514) FIXED Protection on LLInstanceTracker base in LLNameListCtrl needs to be public for gcc >4.1
parent e9f14e30
No related branches found
No related tags found
No related merge requests found
...@@ -519,6 +519,7 @@ Robin Cornelius ...@@ -519,6 +519,7 @@ Robin Cornelius
SNOW-204 SNOW-204
SNOW-484 SNOW-484
SNOW-506 SNOW-506
SNOW-514
VWR-2488 VWR-2488
VWR-9557 VWR-9557
VWR-11128 VWR-11128
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
class LLNameListCtrl class LLNameListCtrl
: public LLScrollListCtrl, protected LLInstanceTracker<LLNameListCtrl> : public LLScrollListCtrl, public LLInstanceTracker<LLNameListCtrl>
{ {
public: public:
typedef enum e_name_type typedef enum e_name_type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment