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
parent
654cd3f897
commit
ecba41419f
|
|
@ -95,7 +95,7 @@ public:
|
|||
* }
|
||||
* @endcode
|
||||
*/
|
||||
class Response
|
||||
class LL_COMMON_API Response
|
||||
{
|
||||
public:
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue