diff options
-rw-r--r-- | simple-cam.cpp | 2 |
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; } |