From b42cb99941882ec96efc469a3f9212e3b1676f26 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Aug 2022 01:42:06 -0400 Subject: Use consistent brace wrapping for class definitions --- include/ingen/Log.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/ingen/Log.hpp') diff --git a/include/ingen/Log.hpp b/include/ingen/Log.hpp index e6c08c78..c8679087 100644 --- a/include/ingen/Log.hpp +++ b/include/ingen/Log.hpp @@ -37,7 +37,8 @@ class Node; class URIs; class World; -class INGEN_API Log { +class INGEN_API Log +{ public: using Sink = std::function; -- cgit v1.2.1