We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718ae23 commit 12524f2Copy full SHA for 12524f2
1 file changed
Pcap++/header/DpdkDeviceList.h
@@ -55,7 +55,7 @@ namespace pcpp
55
/// once in every application at its startup process
56
/// - it contains the list of DpdkDevice instances and enables access to them
57
/// - it has methods to start and stop worker threads. See more details in startDpdkWorkerThreads()
58
- class DpdkDeviceList : internal::DeviceListBase<DpdkDevice>
+ class DpdkDeviceList : public internal::DeviceListBase<DpdkDevice>
59
{
60
friend class KniDeviceList;
61
0 commit comments