summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-05-24 16:51:33 +0100
committerSadie Powell <sadie@witchery.services>2025-05-24 16:54:49 +0100
commit23e72fc934eae5a5fadde21102ec342840956c1f (patch)
tree3e53a265383c88777badf9a9328774be80c77645 /include
parente182519e4d2f35c9fed070c9fb5004276c865070 (diff)
Convert Anope::Debug to an unsigned value.
Diffstat (limited to 'include')
-rw-r--r--include/anope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/anope.h b/include/anope.h
index 618592090..3cc6b602d 100644
--- a/include/anope.h
+++ b/include/anope.h
@@ -379,7 +379,7 @@ namespace Anope
/** The debug level we are running at.
*/
- extern CoreExport int Debug;
+ extern CoreExport unsigned Debug;
/** Other command line options.
*/