From 1cb1430c70f224c8be0b1184ee4da1b23e83d0f4 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 22 May 2020 17:20:34 +0100 Subject: ModResult is a class now. --- include/modules.h | 4 +--- include/typedefs.h | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/modules.h b/include/modules.h index 380775305..a5e4440dc 100644 --- a/include/modules.h +++ b/include/modules.h @@ -123,9 +123,7 @@ class ModResult if (result == 0) return res; - // Otherwise, - - // they are different, and neither is passthru + // Otherwise, they are different, and neither is MOD_RES_PASSTHRU. return MOD_RES_ALLOW; } }; diff --git a/include/typedefs.h b/include/typedefs.h index 8dc5b4c54..8a7b59159 100644 --- a/include/typedefs.h +++ b/include/typedefs.h @@ -50,7 +50,7 @@ class XLine; class XLineManager; class XLineFactory; struct ConnectClass; -struct ModResult; +class ModResult; namespace ClientProtocol { -- cgit v1.2.3