summaryrefslogtreecommitdiff
path: root/test/frame_generator_capturer.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/frame_generator_capturer.h')
-rw-r--r--test/frame_generator_capturer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/frame_generator_capturer.h b/test/frame_generator_capturer.h
index 84b3c495..ee3f0e01 100644
--- a/test/frame_generator_capturer.h
+++ b/test/frame_generator_capturer.h
@@ -54,7 +54,7 @@ class FrameGeneratorCapturer : public VideoCapturer {
void InsertFrame();
static bool Run(void* obj);
- Clock* clock_;
+ Clock* const clock_;
bool sending_;
scoped_ptr<EventWrapper> tick_;