summaryrefslogtreecommitdiff
path: root/include/modules/cs_access.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules/cs_access.h')
-rw-r--r--include/modules/cs_access.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/cs_access.h b/include/modules/cs_access.h
index 8c6778799..877a98f02 100644
--- a/include/modules/cs_access.h
+++ b/include/modules/cs_access.h
@@ -17,6 +17,6 @@ namespace Event
* @param priv The privilege changed
* @param what The new level
*/
- virtual void OnLevelChange(CommandSource &source, ChannelInfo *ci, const Anope::string &priv, int16_t what) anope_abstract;
+ virtual void OnLevelChange(CommandSource &source, ChanServ::Channel *ci, const Anope::string &priv, int16_t what) anope_abstract;
};
}