From 68eff78932e559cd4b71f0bc98276dec49f26b27 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 1 Aug 2020 21:36:51 +0200 Subject: Remove redundant void argument --- ingen/Library.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen') diff --git a/ingen/Library.hpp b/ingen/Library.hpp index 9b7184e5..bc6525cf 100644 --- a/ingen/Library.hpp +++ b/ingen/Library.hpp @@ -31,7 +31,7 @@ public: Library(const Library&) = delete; Library& operator=(const Library&) = delete; - using VoidFuncPtr = void (*)(void); + using VoidFuncPtr = void (*)(); VoidFuncPtr get_function(const char* const name); -- cgit v1.2.1