Commit 542e39ea authored by Dominik Charousset's avatar Dominik Charousset

Fix linker issue on MSVC

parent b9ee7c32
......@@ -163,7 +163,7 @@ public:
private:
// Note: response promises must remain local to their owner. Hence, we don't
// need a thread-safe reference count for the state.
class state {
class CAF_CORE_EXPORT state {
public:
state() = default;
state(const state&) = delete;
......
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