Problem: inconsistent parameter names on definition/declaration

Solution: align them
This commit is contained in:
Simon Giesecke
2019-12-08 14:31:29 +01:00
committed by Simon Giesecke
parent cd954e207d
commit 84267e734b
8 changed files with 11 additions and 11 deletions

View File

@@ -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;