We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db3db5 commit ad0aec0Copy full SHA for ad0aec0
include/cppkafka/kafka_handle_base.h
@@ -369,7 +369,7 @@ class CPPKAFKA_API KafkaHandleBase {
369
private:
370
static const std::chrono::milliseconds DEFAULT_TIMEOUT;
371
372
- struct HandleDeleter {
+ struct CPPKAFKA_API HandleDeleter {
373
explicit HandleDeleter(const KafkaHandleBase* handle_base_ptr) : handle_base_ptr_{handle_base_ptr} {}
374
void operator()(rd_kafka_t* handle);
375
0 commit comments