New upstream version 0.3.6
[anytun.git] / src / packetSource.h
index 14ea9e9..a6656e3 100644 (file)
@@ -83,7 +83,7 @@ public:
   uint32_t recv(uint8_t* buf, uint32_t len, PacketSourceEndpoint& remote);
   void send(uint8_t* buf, uint32_t len, PacketSourceEndpoint remote);
 
-  void onResolve(PacketSourceResolverIt& it);
+  void onResolve(PacketSourceResolverIt it);
   void onError(const std::runtime_error& e);
 
 private: