瀏覽代碼

Build fix.

Adam Ierymenko 5 年之前
父節點
當前提交
e3e188109d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      osdep/LinuxEthernetTap.cpp

+ 1 - 1
osdep/LinuxEthernetTap.cpp

@@ -188,7 +188,7 @@ LinuxEthernetTap::LinuxEthernetTap(
 		fd_set readfds,nullfds;
 		int n,nfds,r;
 		void *buf = nullptr;
-		std::vector buffers;
+		std::vector<void *> buffers;
 
 		{
 			struct ifreq ifr;