diff options
| -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; | 
