diff options
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/Library.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |