diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-11-11 12:43:53 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-11-11 12:43:53 -0500 |
commit | cfcab50603aaa8f59fe71b964b537451976d3563 (patch) | |
tree | b48826228fc8ecccf58dba279c2fb82082a723e7 /indra/llcommon/lleventapi.h | |
parent | 5bb5333964e99448d1e23403fdf31cc202e2fe95 (diff) | |
parent | d4846af9fbd4a8b78071724d6e04cef70a982a81 (diff) |
merge
Diffstat (limited to 'indra/llcommon/lleventapi.h')
-rw-r--r-- | indra/llcommon/lleventapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/lleventapi.h b/indra/llcommon/lleventapi.h index fef12988cb..2cd3b5bf89 100644 --- a/indra/llcommon/lleventapi.h +++ b/indra/llcommon/lleventapi.h @@ -23,7 +23,7 @@ * from LLDispatchListener -- it also gives us event API introspection. * Deriving from LLInstanceTracker lets us enumerate instances. */ -class LLEventAPI: public LLDispatchListener, +class LL_COMMON_API LLEventAPI: public LLDispatchListener, public LLInstanceTracker<LLEventAPI, std::string> { typedef LLDispatchListener lbase; |