Skip to content

Commit a48bf89

Browse files
author
Alexander Damian
committed
Bring base class into scope
1 parent e2000b0 commit a48bf89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/cppkafka/consumer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ class CPPKAFKA_API Consumer : public KafkaHandleBase {
102102
using RevocationCallback = std::function<void(const TopicPartitionList&)>;
103103
using RebalanceErrorCallback = std::function<void(Error)>;
104104
using KafkaHandleBase::pause;
105+
using KafkaHandleBase::resume;
105106

106107
/**
107108
* \brief Creates an instance of a consumer.

0 commit comments

Comments
 (0)