do not try to export template declaration

it doesn't make sense to export a template declaration
This commit is contained in:
SpaceIm
2022-04-07 19:37:08 +02:00
parent 5a119f689f
commit 025d8ed7e1
3 changed files with 4 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ namespace cppkafka {
* * EOF: void(BasicConsumerDispatcher::EndOfFile, TopicPartition)
*/
template <typename ConsumerType>
class CPPKAFKA_API BasicConsumerDispatcher {
class BasicConsumerDispatcher {
public:
/**
* Tag to indicate a timeout occurred