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.
2 parents 7db3db5 + ad0aec0 commit 55cbeb8Copy full SHA for 55cbeb8
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