mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Show empty checkbox if module can be loaded by the topic column.
Fix const correctnes of the CModInfo::SupportsType method.
This commit is contained in:
@@ -203,7 +203,7 @@ public:
|
||||
return (GetName() < Info.GetName());
|
||||
}
|
||||
|
||||
bool SupportsType(EModuleType eType) {
|
||||
bool SupportsType(EModuleType eType) const {
|
||||
return m_seType.find(eType) != m_seType.end();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user