summaryrefslogtreecommitdiff
path: root/simple-cam.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simple-cam.cpp')
-rw-r--r--simple-cam.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simple-cam.cpp b/simple-cam.cpp
index e2ac122..3aa975e 100644
--- a/simple-cam.cpp
+++ b/simple-cam.cpp
@@ -70,7 +70,7 @@ static void requestComplete(Request *request)
for (auto it = buffers.begin(); it != buffers.end(); ++it)
{
- Stream *stream = it->first;
+ const Stream *stream = it->first;
FrameBuffer *buffer = it->second;
request->addBuffer(stream, buffer);