From f8a9b6ba4ae0b4b3c7b2a408332230dd82eb4608 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sun, 12 Aug 2018 13:29:09 +0100 Subject: Pass the Extensible container to ExtensionItem::free(). --- src/modules/m_topiclock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_topiclock.cpp') diff --git a/src/modules/m_topiclock.cpp b/src/modules/m_topiclock.cpp index cbe524408..c65f27668 100644 --- a/src/modules/m_topiclock.cpp +++ b/src/modules/m_topiclock.cpp @@ -115,7 +115,7 @@ class FlagExtItem : public ExtensionItem unset_raw(container); } - void free(void* item) CXX11_OVERRIDE + void free(Extensible* container, void* item) CXX11_OVERRIDE { // nothing to free } -- cgit v1.3.1-10-gc9f91