From 884fe02952017ac219cd23f9407d27ed4d8a8620 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 19 Jun 2018 15:55:58 +0200 Subject: =?UTF-8?q?Run=20clang-tidy=E2=80=99s=20modernize-redundant-void-a?= =?UTF-8?q?rg=20pass.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/extension/loader.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/extension/loader.cpp') diff --git a/src/extension/loader.cpp b/src/extension/loader.cpp index 9d8c52aea..fc9b7ee29 100644 --- a/src/extension/loader.cpp +++ b/src/extension/loader.cpp @@ -21,8 +21,8 @@ namespace Inkscape { namespace Extension { -typedef Implementation::Implementation *(*_getImplementation)(void); -typedef const gchar *(*_getInkscapeVersion)(void); +typedef Implementation::Implementation *(*_getImplementation)(); +typedef const gchar *(*_getInkscapeVersion)(); bool Loader::load_dependency(Dependency *dep) { -- cgit v1.2.3