diff options
| author | 2021-12-23 21:28:04 +0000 | |
|---|---|---|
| committer | 2021-12-23 21:34:53 +0000 | |
| commit | 6282e1f28716b4a9beae52779119cf75373e3ee4 (patch) | |
| tree | 5431efb60b50d1249af5980a8389d511d0c760f1 /src/listmode.cpp | |
| parent | Fix an unintentionally inverted condition in the dnsbl module. (diff) | |
Promote ExtensionItem::ExtensibleType to a top level enum class.
Diffstat (limited to 'src/listmode.cpp')
| -rw-r--r-- | src/listmode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/listmode.cpp b/src/listmode.cpp index 957b7cc81..9d8a31a09 100644 --- a/src/listmode.cpp +++ b/src/listmode.cpp @@ -28,7 +28,7 @@ ListModeBase::ListModeBase(Module* Creator, const std::string& Name, char modech , endoflistnumeric(eolnum) , endofliststring(eolstr) , tidy(autotidy) - , extItem(Creator, name + "_mode_list", ExtensionItem::EXT_CHANNEL) + , extItem(Creator, name + "_mode_list", ExtensionType::CHANNEL) { list = true; } |
