Commit bf5e8554 authored by Dominik Charousset's avatar Dominik Charousset

Add missing export

parent 3c388a9c
...@@ -69,7 +69,7 @@ public: ...@@ -69,7 +69,7 @@ public:
/// Default implementation for subscriptions that forward `request` and /// Default implementation for subscriptions that forward `request` and
/// `cancel` to a @ref listener. /// `cancel` to a @ref listener.
class default_impl final : public ref_counted, public impl { class CAF_CORE_EXPORT default_impl final : public ref_counted, public impl {
public: public:
CAF_INTRUSIVE_PTR_FRIENDS(default_impl) CAF_INTRUSIVE_PTR_FRIENDS(default_impl)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment