summaryrefslogtreecommitdiff
path: root/src/anytun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/anytun.cpp')
-rw-r--r--src/anytun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/anytun.cpp b/src/anytun.cpp
index 200b33d..bdd5b65 100644
--- a/src/anytun.cpp
+++ b/src/anytun.cpp
@@ -97,7 +97,7 @@ void createConnection(const PacketSourceEndpoint& remote_end, window_size_t seqS
#endif
}
-void createConnectionResolver(const PacketSourceResolverIt& it, window_size_t seqSize, mux_t mux)
+void createConnectionResolver(PacketSourceResolverIt& it, window_size_t seqSize, mux_t mux)
{
createConnection(*it, seqSize, mux);
}