diff options
Diffstat (limited to 'gnuradio-runtime/lib/vmcircbuf_createfilemapping.h')
-rw-r--r-- | gnuradio-runtime/lib/vmcircbuf_createfilemapping.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuradio-runtime/lib/vmcircbuf_createfilemapping.h b/gnuradio-runtime/lib/vmcircbuf_createfilemapping.h index fb40937d4e..9aa64b2eee 100644 --- a/gnuradio-runtime/lib/vmcircbuf_createfilemapping.h +++ b/gnuradio-runtime/lib/vmcircbuf_createfilemapping.h @@ -28,7 +28,7 @@ class GR_RUNTIME_API vmcircbuf_createfilemapping : public gr::vmcircbuf { public: // CREATORS - vmcircbuf_createfilemapping(int size); + vmcircbuf_createfilemapping(size_t size); ~vmcircbuf_createfilemapping() override; #ifdef HAVE_CREATEFILEMAPPING private: @@ -64,7 +64,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 */ |