summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/vmcircbuf_mmap_shm_open.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/lib/vmcircbuf_mmap_shm_open.h')
-rw-r--r--gnuradio-runtime/lib/vmcircbuf_mmap_shm_open.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuradio-runtime/lib/vmcircbuf_mmap_shm_open.h b/gnuradio-runtime/lib/vmcircbuf_mmap_shm_open.h
index ea5460d9f5..15dbf392d7 100644
--- a/gnuradio-runtime/lib/vmcircbuf_mmap_shm_open.h
+++ b/gnuradio-runtime/lib/vmcircbuf_mmap_shm_open.h
@@ -23,7 +23,7 @@ namespace gr {
class GR_RUNTIME_API vmcircbuf_mmap_shm_open : public gr::vmcircbuf
{
public:
- vmcircbuf_mmap_shm_open(int size);
+ vmcircbuf_mmap_shm_open(size_t size);
~vmcircbuf_mmap_shm_open() override;
};
@@ -50,7 +50,7 @@ public:
*
* Call this to create a doubly mapped circular buffer.
*/
- gr::vmcircbuf* make(int size) override;
+ gr::vmcircbuf* make(size_t size) override;
};
} /* namespace gr */