From ecba41419f6470cc3d85bbb277ef88ebbf266feb Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Tue, 6 Sep 2011 13:25:27 -0400
Subject: [PATCH] CHOP-763: Nested LLEventAPI::Response class needs
 LL_COMMON_API too. Apparently the outer class's LL_COMMON_API marker affects
 all outer class members, but not nested classes. Making it explicit fixes
 Windows link errors.

---
 indra/llcommon/lleventapi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/llcommon/lleventapi.h b/indra/llcommon/lleventapi.h
index 332dee9550b..64d038ade41 100644
--- a/indra/llcommon/lleventapi.h
+++ b/indra/llcommon/lleventapi.h
@@ -95,7 +95,7 @@ class LL_COMMON_API LLEventAPI: public LLDispatchListener,
      * }
      * @endcode
      */
-    class Response
+    class LL_COMMON_API Response
     {
     public:
         /**
-- 
GitLab