Browse Source

Build fix.

Adam Ierymenko 4 years ago
parent
commit
e3e188109d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      osdep/LinuxEthernetTap.cpp

+ 1 - 1
osdep/LinuxEthernetTap.cpp

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