summaryrefslogtreecommitdiff
path: root/src/win32
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-03-05 00:20:27 +0000
committerChristian Pointner <equinox@anytun.org>2009-03-05 00:20:27 +0000
commit3cda6ebc62af84aba8ce7ef139042d8cb79aa627 (patch)
treeebbdb4020af7d6acafb04f5f98a803b7ed80b5d5 /src/win32
parentgot rid of ThreadParam (diff)
fixed const @ tundevice
Diffstat (limited to 'src/win32')
-rw-r--r--src/win32/tunDevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/tunDevice.cpp b/src/win32/tunDevice.cpp
index 3edee2a..1087092 100644
--- a/src/win32/tunDevice.cpp
+++ b/src/win32/tunDevice.cpp
@@ -189,7 +189,7 @@ TunDevice::~TunDevice()
CloseHandle(woverlapped_.hEvent);
}
-int TunDevice::fix_return(int ret, size_t pi_length)
+int TunDevice::fix_return(int ret, size_t pi_length) const
{
// nothing to be done here
return 0;