summaryrefslogtreecommitdiff
path: root/src/swap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/swap.hpp')
-rw-r--r--src/swap.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/swap.hpp b/src/swap.hpp
index c9dfd99..76ad339 100644
--- a/src/swap.hpp
+++ b/src/swap.hpp
@@ -38,7 +38,7 @@ namespace zmq
enum { default_block_size = 8192 };
// Creates the swap.
- swap_t (int64_t filesize_, size_t block_size_ = default_block_size);
+ swap_t (int64_t filesize_);
~swap_t ();