mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-10-31 18:47:48 +00:00
Fix windows linker errors (#120)
This commit is contained in:
committed by
Matias Fontanini
parent
fbe3759fed
commit
2b66fd3a22
@@ -31,6 +31,7 @@
|
||||
#define CPPKAFKA_MESSAGE_INTERNAL_H
|
||||
|
||||
#include <memory>
|
||||
#include "macros.h"
|
||||
|
||||
namespace cppkafka {
|
||||
|
||||
@@ -45,7 +46,7 @@ using InternalPtr = std::shared_ptr<Internal>;
|
||||
/**
|
||||
* \brief Private message data structure
|
||||
*/
|
||||
class MessageInternal {
|
||||
class CPPKAFKA_API MessageInternal {
|
||||
public:
|
||||
MessageInternal(void* user_data, std::shared_ptr<Internal> internal);
|
||||
static std::unique_ptr<MessageInternal> load(Message& message);
|
||||
|
||||
Reference in New Issue
Block a user