From e2f8e75ab86c484e095ea5723f68a96698abbde2 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 17 Mar 2021 06:07:41 +0000 Subject: Pascalize Set in extension item classes. --- src/modules/m_chanhistory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_chanhistory.cpp') diff --git a/src/modules/m_chanhistory.cpp b/src/modules/m_chanhistory.cpp index ac9e27e61..2c32c9567 100644 --- a/src/modules/m_chanhistory.cpp +++ b/src/modules/m_chanhistory.cpp @@ -111,7 +111,7 @@ class HistoryMode : public ParamMode > } else { - ext.set(channel, new HistoryList(len, time)); + ext.Set(channel, new HistoryList(len, time)); } return MODEACTION_ALLOW; } -- cgit v1.3.1-10-gc9f91