Fix #97: struct switched to class. (#98)

To avoid name mangling difference in MSVC.
This commit is contained in:
Sergey Batanov
2018-07-03 02:57:52 +03:00
committed by Matias Fontanini
parent 577bbb0242
commit 081f8d80a0

View File

@@ -43,7 +43,7 @@
namespace cppkafka {
class MessageTimestamp;
struct Internal;
class Internal;
/**
* \brief Thin wrapper over a rdkafka message handle