Commit cc497dba authored by CppPhil's avatar CppPhil

Fix tracing_data_factory

parent 025ee58e
......@@ -18,12 +18,13 @@
#pragma once
#include "caf/detail/core_export.hpp"
#include "caf/fwd.hpp"
namespace caf {
/// Creates instances of @ref tracing_data.
class tracing_data_factory {
class CAF_CORE_EXPORT tracing_data_factory {
public:
virtual ~tracing_data_factory();
......
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