summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2009-11-11 12:43:53 -0500
committerLoren Shih <seraph@lindenlab.com>2009-11-11 12:43:53 -0500
commitcfcab50603aaa8f59fe71b964b537451976d3563 (patch)
treeb48826228fc8ecccf58dba279c2fb82082a723e7 /indra
parent5bb5333964e99448d1e23403fdf31cc202e2fe95 (diff)
parentd4846af9fbd4a8b78071724d6e04cef70a982a81 (diff)
merge
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/lleventapi.h2
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;