diff options
author | simon <none@none> | 2013-04-24 09:35:38 -0700 |
---|---|---|
committer | simon <none@none> | 2013-04-24 09:35:38 -0700 |
commit | 87ba85eaabbfd5fd7ad8ca8136f4783b1d932264 (patch) | |
tree | e35d6306aef3bfcebbbdb3112458a686e6d28aad /indra/newview/llnamelistctrl.h | |
parent | de34ab57cbd29fecc29066a59869dc8cba621561 (diff) |
diff -r 59c7bed66dfd indra/llcommon/lleventapi.h
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 d82727f018..92e82b672d 100644 --- a/indra/newview/llnamelistctrl.h +++ b/indra/newview/llnamelistctrl.h @@ -64,7 +64,7 @@ private: class LLNameListCtrl -: public LLScrollListCtrl, public INSTANCE_TRACKER(LLNameListCtrl) +: public LLScrollListCtrl, public LLInstanceTracker<LLNameListCtrl> { public: |