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/object/sp-tref.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object/sp-tref.cpp') diff --git a/src/object/sp-tref.cpp b/src/object/sp-tref.cpp index ef81a1128..e7941145f 100644 --- a/src/object/sp-tref.cpp +++ b/src/object/sp-tref.cpp @@ -280,7 +280,7 @@ sp_tref_delete_self(SPObject */*deleted*/, SPTRef *self) /** * Return the object referred to via the URI reference */ -SPObject * SPTRef::getObjectReferredTo(void) +SPObject * SPTRef::getObjectReferredTo() { SPObject *referredObject = nullptr; -- cgit v1.2.3