summaryrefslogtreecommitdiffstats
path: root/src/object/sp-tref.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-tref.cpp')
-rw-r--r--src/object/sp-tref.cpp2
1 files changed, 1 insertions, 1 deletions
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;