aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-01-30 18:52:47 +0000
committerGravatar Sadie Powell2021-01-30 19:16:49 +0000
commit3ae299f298ae44c6abfd72cd434ea29cc84024a4 (patch)
tree2fac496ec2d9ccc04b87d1c4263ca206ff82a06f /include
parentReplace all internal references to uline with services. (diff)
Rename Extensible::doUnhookExtensions to UnhookExtensions.
Diffstat (limited to 'include')
-rw-r--r--include/extensible.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extensible.h b/include/extensible.h
index 233e90b6b..4a9c980ca 100644
--- a/include/extensible.h
+++ b/include/extensible.h
@@ -152,7 +152,7 @@ class CoreExport Extensible
Extensible();
CullResult cull() override;
virtual ~Extensible();
- void doUnhookExtensions(const std::vector<reference<ExtensionItem> >& toRemove);
+ void UnhookExtensions(const std::vector<reference<ExtensionItem>>& toRemove);
/**
* Free all extension items attached to this Extensible