diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2011-09-06 13:25:27 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2011-09-06 13:25:27 -0400 |
commit | ecba41419f6470cc3d85bbb277ef88ebbf266feb (patch) | |
tree | e9a99c321d494f670736e5002f07bac4d18d0e0c /indra | |
parent | 654cd3f89786e5c19cf26472ccf5a402a22ea661 (diff) |
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.
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 332dee9550..64d038ade4 100644 --- a/indra/llcommon/lleventapi.h +++ b/indra/llcommon/lleventapi.h @@ -95,7 +95,7 @@ public: * } * @endcode */ - class Response + class LL_COMMON_API Response { public: /** |