summaryrefslogtreecommitdiff
path: root/network.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'network.cpp')
-rw-r--r--network.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/network.cpp b/network.cpp
index 24f5013..841c2bf 100644
--- a/network.cpp
+++ b/network.cpp
@@ -62,7 +62,7 @@ double LimitedBandwidth::GetCurTimeAndCleanUp()
return curTime;
}
-void LimitedBandwidth::GetWaitObjects(WaitObjectContainer &container, CallStack const& callStack)
+void LimitedBandwidth::GetWaitObjects(WaitObjectContainer &container, const CallStack &callStack)
{
double nextTransceiveTime = TimeToNextTransceive();
if (nextTransceiveTime)