From 721659fa043a02740146ca82ed261066fcbb1077 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Aug 2022 02:04:26 -0400 Subject: Remove redundant "inline" specifiers --- src/server/LV2Block.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/LV2Block.hpp') diff --git a/src/server/LV2Block.hpp b/src/server/LV2Block.hpp index 8e87acda..9e907ffa 100644 --- a/src/server/LV2Block.hpp +++ b/src/server/LV2Block.hpp @@ -152,7 +152,7 @@ protected: struct Response : public raul::Maid::Disposable , public raul::Noncopyable , public boost::intrusive::slist_base_hook<> { - inline Response(uint32_t s, const void* d) + Response(uint32_t s, const void* d) : size(s) , data(malloc(s)) { -- cgit v1.2.1