Skip to content

Commit 12524f2

Browse files
authored
Fix DpdkDeviceList not publicly inheriting DeviceListBase. (#2102)
1 parent 718ae23 commit 12524f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Pcap++/header/DpdkDeviceList.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ namespace pcpp
5555
/// once in every application at its startup process
5656
/// - it contains the list of DpdkDevice instances and enables access to them
5757
/// - it has methods to start and stop worker threads. See more details in startDpdkWorkerThreads()
58-
class DpdkDeviceList : internal::DeviceListBase<DpdkDevice>
58+
class DpdkDeviceList : public internal::DeviceListBase<DpdkDevice>
5959
{
6060
friend class KniDeviceList;
6161

0 commit comments

Comments
 (0)