summaryrefslogtreecommitdiff
path: root/test/direct_transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/direct_transport.h')
-rw-r--r--test/direct_transport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/direct_transport.h b/test/direct_transport.h
index 9dc9e1fc..c40a8c38 100644
--- a/test/direct_transport.h
+++ b/test/direct_transport.h
@@ -49,7 +49,7 @@ class DirectTransport : public newapi::Transport {
scoped_ptr<CriticalSectionWrapper> lock_;
scoped_ptr<EventWrapper> packet_event_;
scoped_ptr<ThreadWrapper> thread_;
- Clock* clock_;
+ Clock* const clock_;
bool shutting_down_;