Skip to content

Commit 081f8d8

Browse files
dmpasmfontanini
authored andcommitted
Fix #97: struct switched to class. (#98)
To avoid name mangling difference in MSVC.
1 parent 577bbb0 commit 081f8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cppkafka/message.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
namespace cppkafka {
4444

4545
class MessageTimestamp;
46-
struct Internal;
46+
class Internal;
4747

4848
/**
4949
* \brief Thin wrapper over a rdkafka message handle

0 commit comments

Comments
 (0)