Skip to content
Snippets Groups Projects
Commit ecba4141 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

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.
parent 654cd3f8
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ class LL_COMMON_API LLEventAPI: public LLDispatchListener,
* }
* @endcode
*/
class Response
class LL_COMMON_API Response
{
public:
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment