diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index df4fd0323..2bf16477b 100644 --- a/include/modules.h +++ b/include/modules.h @@ -188,7 +188,7 @@ class Version class CallBack; class XLineManager; -class CommandSource; +struct CommandSource; /** Every module in Anope is actually a class. */ |