aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_topiclock.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2019-08-13 17:01:25 +0100
committerGravatar Sadie Powell2019-08-13 17:36:19 +0100
commit21664767f0a9d6f6c7d81c46efa84f725d1bd1f3 (patch)
treeb9b8228b5fc7d48466e8ec1e37887f8634e9039d /src/modules/m_topiclock.cpp
parentRename ExtensionItem::free to ExtensionItem::Delete. (diff)
Move the Module parameter of ExtensionItem et al to the start.
This matches what other ServiceProvider types do.
Diffstat (limited to 'src/modules/m_topiclock.cpp')
-rw-r--r--src/modules/m_topiclock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_topiclock.cpp b/src/modules/m_topiclock.cpp
index a95970788..df9c2a56c 100644
--- a/src/modules/m_topiclock.cpp
+++ b/src/modules/m_topiclock.cpp
@@ -78,7 +78,7 @@ class FlagExtItem : public ExtensionItem
{
public:
FlagExtItem(const std::string& key, Module* owner)
- : ExtensionItem(key, ExtensionItem::EXT_CHANNEL, owner)
+ : ExtensionItem(owner, key, ExtensionItem::EXT_CHANNEL)
{
}