From b0dbb8477bfd3010a2139ae2a7e0c89b3758721a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 1 Aug 2020 21:50:09 +0200 Subject: Remove redundant const qualifiers --- ingen/Library.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen/Library.hpp') diff --git a/ingen/Library.hpp b/ingen/Library.hpp index bc6525cf..fd4f4260 100644 --- a/ingen/Library.hpp +++ b/ingen/Library.hpp @@ -33,7 +33,7 @@ public: using VoidFuncPtr = void (*)(); - VoidFuncPtr get_function(const char* const name); + VoidFuncPtr get_function(const char* name); static const char* get_last_error(); -- cgit v1.2.1