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.
master
Nat Goodspeed 2011-09-06 13:25:27 -04:00
parent 654cd3f897
commit ecba41419f
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public:
* }
* @endcode
*/
class Response
class LL_COMMON_API Response
{
public:
/**