mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-06 13:21:10 +01:00
Problem: inconsistent parameter names on definition/declaration
Solution: align them
This commit is contained in:
committed by
Simon Giesecke
parent
cd954e207d
commit
84267e734b
@@ -103,7 +103,7 @@ class shared_message_memory_allocator
|
||||
|
||||
void inc_ref ();
|
||||
|
||||
static void call_dec_ref (void *, void *buffer_);
|
||||
static void call_dec_ref (void *, void *hint_);
|
||||
|
||||
std::size_t size () const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user