summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/modules.h4
-rw-r--r--include/typedefs.h2
2 files changed, 2 insertions, 4 deletions
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
{