diff options
author | brad kittenbrink <brad@lindenlab.com> | 2009-11-11 12:30:23 -0500 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2009-11-11 12:30:23 -0500 |
commit | d4846af9fbd4a8b78071724d6e04cef70a982a81 (patch) | |
tree | 27f1579f2ffa7ec59bee057154512037140eff31 /indra | |
parent | 062d0a13db505636b186084d42c527a49637f380 (diff) |
Fix for DLL linkage error in new LLEventAPI class.
Diffstat (limited to 'indra')
-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; |