mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 11:31:56 +01:00
Problem: redundant inline/ZMQ_FINAL declarations
Solution: remove them
This commit is contained in:
@@ -40,7 +40,7 @@ class v1_encoder_t ZMQ_FINAL : public encoder_base_t<v1_encoder_t>
|
||||
{
|
||||
public:
|
||||
v1_encoder_t (size_t bufsize_);
|
||||
~v1_encoder_t () ZMQ_FINAL;
|
||||
~v1_encoder_t ();
|
||||
|
||||
private:
|
||||
void size_ready ();
|
||||
|
||||
Reference in New Issue
Block a user