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/llcommon/lleventapi.h | |
parent | de34ab57cbd29fecc29066a59869dc8cba621561 (diff) |
diff -r 59c7bed66dfd indra/llcommon/lleventapi.h
Diffstat (limited to 'indra/llcommon/lleventapi.h')
-rw-r--r-- | indra/llcommon/lleventapi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/lleventapi.h b/indra/llcommon/lleventapi.h index 10c7e7a23f..5991fe8fd5 100644 --- a/indra/llcommon/lleventapi.h +++ b/indra/llcommon/lleventapi.h @@ -41,10 +41,10 @@ * Deriving from LLInstanceTracker lets us enumerate instances. */ class LL_COMMON_API LLEventAPI: public LLDispatchListener, - public INSTANCE_TRACKER_KEYED(LLEventAPI, std::string) + public LLInstanceTracker<LLEventAPI, std::string> { typedef LLDispatchListener lbase; - typedef INSTANCE_TRACKER_KEYED(LLEventAPI, std::string) ibase; + typedef LLInstanceTracker<LLEventAPI, std::string> ibase; public: |