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 ff7b440..71a715a 100644
--- a/simple-cam.cpp
+++ b/simple-cam.cpp
@@ -307,7 +307,7 @@ int main()
return EXIT_FAILURE;
}
- unsigned int allocated = allocator->buffers(cfg.stream()).size();
+ size_t allocated = allocator->buffers(cfg.stream()).size();
std::cout << "Allocated " << allocated << " buffers for stream" << std::endl;
}